include-errno-dont-declare-it-20030111
[openafs.git] / src / uss / uss_vol.c
index d9964e9..e033e73 100644 (file)
@@ -27,7 +27,7 @@ RCSID("$Header$");
 #include <sys/stat.h>
 #include <pwd.h>
 #include <netdb.h>
-#include <sys/errno.h>
+#include <errno.h>
 
 #ifdef HAVE_STRING_H
 #include <string.h>
@@ -47,7 +47,6 @@ RCSID("$Header$");
 #include <afs/keys.h>
 #include <ubik.h>
 
-extern int errno;
 extern struct rx_connection *UV_Bind();
 extern int line;
 extern int VL_GetEntryByID();