summaryrefslogtreecommitdiff
path: root/nfs/nfs.h
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-10-03 22:48:16 +0000
committerThomas Bushnell <thomas@gnu.org>1996-10-03 22:48:16 +0000
commitfd91b45a7f75948ab760d89ee917485919b97c5d (patch)
tree3e2e14d58ada631220f7d50c159ea1f16dff4995 /nfs/nfs.h
parentb920112acdbe47b538695e0532b2036223446853 (diff)
*** empty log message ***
Diffstat (limited to 'nfs/nfs.h')
-rw-r--r--nfs/nfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nfs/nfs.h b/nfs/nfs.h
index 758ba9e9..45a20022 100644
--- a/nfs/nfs.h
+++ b/nfs/nfs.h
@@ -16,8 +16,9 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* Needed for the rpcsvc include files to work. */
+/* Needed for the rpc include files to work. */
typedef int bool_t; /* Ick. */
+typedef int enum_t; /* Ick. */
#include <sys/stat.h>
#include <sys/types.h>