$NetBSD$

--- common/common.c.orig	2008-02-27 14:35:30.000000000 -0700
+++ common/common.c	2008-02-27 14:37:18.000000000 -0700
@@ -186,7 +186,6 @@
     char *clusterfile, *p, *nodename, *q;
     int i, j, g, fail, gfail, lumping, n, ging;
     char buf[MAXBUF];
-    extern int errno;
     group_t *grouptemp;
     node_t *nodeptr;
     char **lumptemp;
@@ -633,8 +632,6 @@
 void
 _bailout(int line, char *file)
 {
-    extern int errno;
-	
     (void)fprintf(stderr, "%s: Failed in %s line %d: %s %d\n",
 		  progname, file, line, strerror(errno), errno);
     _exit(EXIT_FAILURE);
