]> diplodocus.org Git - nmh/blobdiff - uip/dropsbr.c
Sigh. Make sure the binaries aren't stripped as well.
[nmh] / uip / dropsbr.c
index 09ee2c1f6a698de052b8e738260888ed6e8af666..e97ab626b8e8d3fa99ed817feec9af7ce0452c0b 100644 (file)
@@ -14,7 +14,6 @@
 #include <h/dropsbr.h>
 #include <h/mts.h>
 #include <h/tws.h>
-#include <errno.h>
 
 #ifdef NTOHLSWAP
 # include <netinet/in.h>
@@ -41,7 +40,7 @@ static int map_open (char *, int);
 int
 mbx_open (char *file, int mbx_style, uid_t uid, gid_t gid, mode_t mode)
 {
-    int j, count, fd;
+    int j, count, fd = NOTOK;
     struct stat st;
 
     j = 0;