aboutsummaryrefslogtreecommitdiff
path: root/lib/libcom_err/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcom_err/internal.h')
-rw-r--r--lib/libcom_err/internal.h18
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