diff options
Diffstat (limited to 'usr/src/lib/libnsl/dial/uucp.h')
| -rw-r--r-- | usr/src/lib/libnsl/dial/uucp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/lib/libnsl/dial/uucp.h b/usr/src/lib/libnsl/dial/uucp.h index 669168d430..e2ccffe365 100644 --- a/usr/src/lib/libnsl/dial/uucp.h +++ b/usr/src/lib/libnsl/dial/uucp.h @@ -404,15 +404,10 @@ static const char *Spool; static const char *Pubdir; static char Progname[]; static char *Bnptr; /* used when BASENAME macro is expanded */ -extern char *sys_errlist[]; static int Uerror; /* global error code */ static char *UerrorText[]; /* text for error code */ -/* Some global I need for section 2 and section 3 routines */ -extern char *optarg; /* for getopt() */ -extern int optind; /* for getopt() */ - #define UERRORTEXT UerrorText[Uerror] #define UTEXT(x) UerrorText[x] |
