summaryrefslogtreecommitdiff
path: root/util/et/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/et/internal.h')
-rw-r--r--util/et/internal.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/util/et/internal.h b/util/et/internal.h
deleted file mode 100644
index a101f26..0000000
--- a/util/et/internal.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * internal include file for com_err package
- */
-#include "mit-sipb-copyright.h"
-
-#include <errno.h>
-
-#ifdef NEED_SYS_ERRLIST
-extern char const * const sys_errlist[];
-extern const int sys_nerr;
-#endif
-
-#if defined(__STDC__) && !defined(HDR_HAS_PERROR)
-void perror (const char *);
-#endif