BSD 4_4_Lite2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Tue, 25 May 1993 11:54:44 +0000 (03:54 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Tue, 25 May 1993 11:54:44 +0000 (03:54 -0800)
Work on file usr/src/contrib/gzip-1.2.4/primos/include/errno.h

Synthesized-from: CSRG/cd3/4.4BSD-Lite2

usr/src/contrib/gzip-1.2.4/primos/include/errno.h [new file with mode: 0644]

diff --git a/usr/src/contrib/gzip-1.2.4/primos/include/errno.h b/usr/src/contrib/gzip-1.2.4/primos/include/errno.h
new file mode 100644 (file)
index 0000000..ee89146
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+** errno.h
+**
+** Emulation of the Unix errno.h header file for PRIMOS
+**
+** Author: Peter Eriksson <pen@lysator.liu.se>
+*/
+
+#ifndef __ERRNO_H__
+#define __ERRNO_H__
+
+#include <errd.h>
+
+#define ENOENT e$fntf
+
+#endif
+