summaryrefslogtreecommitdiff
path: root/nfs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-10-04 06:21:55 +0000
committerMiles Bader <miles@gnu.org>1996-10-04 06:21:55 +0000
commitc010b793ea05fe3426ebedd9c9d4e6fab3af5736 (patch)
treed0506f4a668b47aece8152ebe69ffc22fe3168ab /nfs
parent9e657e87f7fd48c3b3989b047eae780c4b748f2d (diff)
(bool_t, enum_t): Typedefs removed.
Diffstat (limited to 'nfs')
-rw-r--r--nfs/nfs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/nfs/nfs.h b/nfs/nfs.h
index 45a20022..f175eac5 100644
--- a/nfs/nfs.h
+++ b/nfs/nfs.h
@@ -15,11 +15,6 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-
-/* 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>
#include "nfs-spec.h"