diff options
| author | Mark Murray <markm@FreeBSD.org> | 1999-09-04 09:52:36 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1999-09-04 09:52:36 +0000 |
| commit | d8f5c868258d29403a098d21628e9e9c4b33ab69 (patch) | |
| tree | b43eee6ac71c5e4d5c23f09c0fff32191564407e /lib/libcom_err/internal.h | |
| parent | f9ce010afdd3136fc73e2b500f2ed916bf9cfa59 (diff) | |
Notes
Diffstat (limited to 'lib/libcom_err/internal.h')
| -rw-r--r-- | lib/libcom_err/internal.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/libcom_err/internal.h b/lib/libcom_err/internal.h deleted file mode 100644 index 880fe7686217..000000000000 --- a/lib/libcom_err/internal.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * internal include file for com_err package - */ -#include "mit-sipb-copyright.h" -#ifndef __STDC__ -#undef const -#define const -#endif - -extern int errno; -extern char const * const sys_errlist[]; -extern /* const */ int sys_nerr; - -#ifdef __STDC__ -void perror (const char *); -#else -int perror (); -#endif |
