summaryrefslogtreecommitdiff
path: root/usr/src/lib/libnsl
diff options
context:
space:
mode:
authordp <none@none>2005-09-30 13:35:28 -0700
committerdp <none@none>2005-09-30 13:35:28 -0700
commitace1a5f11236a072fca1b5e0ea1416a083a9f2aa (patch)
tree4b68ee26cde495cc3c647bc0db7b860351014501 /usr/src/lib/libnsl
parent47644099886aa8d3f43120b9eede3044342be473 (diff)
downloadillumos-joyent-ace1a5f11236a072fca1b5e0ea1416a083a9f2aa.tar.gz
6324803 sys_errlist should be expunged where possible
--HG-- rename : usr/src/cmd/oamuser/lib/prerrno.c => usr/src/cmd/oamuser/lib/.del-prerrno.c-Sep-20-05
Diffstat (limited to 'usr/src/lib/libnsl')
-rw-r--r--usr/src/lib/libnsl/dial/uucp.h5
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]