diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1997-03-12 00:39:00 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-03-12 00:39:00 +0000 |
| commit | 1e69c2640611313c59e190c537b96132e3f8b92e (patch) | |
| tree | c992385e55af7682dc2050a94e7f6803d2de8768 /lib/libc/sys | |
| parent | ecad4f29560a7317b5554ac3aa86138cf4eaba4d (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/mount.2 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 4ee86a62880e..a86f1a5b6071 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -159,10 +159,7 @@ struct ufs_args { /* * Arguments to mount NFS */ - -#define NFS_ARGSVERSION 3 /* change when nfs_args changes */ struct nfs_args { - int version; /* args structure version number */ struct sockaddr *addr; /* file server address */ int addrlen; /* length of address */ int sotype; /* Socket type */ |
