[bug #4302] errno is not always an extern int
[mmh] / sbr / context_read.c
index c3fe599..3084ff5 100644 (file)
@@ -28,8 +28,6 @@
 #include <errno.h>                             /* system call errors */
 #include <pwd.h>                               /* structure for getpwuid() results */
 
-extern int     errno;                          /* system call error number */
-
 void
 context_read (void)
 {