diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-10-03 22:48:16 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-10-03 22:48:16 +0000 |
commit | fd91b45a7f75948ab760d89ee917485919b97c5d (patch) | |
tree | 3e2e14d58ada631220f7d50c159ea1f16dff4995 /nfs/nfs.h | |
parent | b920112acdbe47b538695e0532b2036223446853 (diff) |
*** empty log message ***
Diffstat (limited to 'nfs/nfs.h')
-rw-r--r-- | nfs/nfs.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |