diff options
author | 2009-07-08 14:39:31 +0000 | |
---|---|---|
committer | 2009-07-08 14:39:31 +0000 | |
commit | c47ecee278f0380f91c4b70a12764d7ce1bbbe5c (patch) | |
tree | 839003f6eeab8a6af687c9e2777f0c722d3e4654 /sys | |
parent | Fix memory leak in sarch filter parsing code. (diff) | |
download | wireguard-openbsd-c47ecee278f0380f91c4b70a12764d7ce1bbbe5c.tar.xz wireguard-openbsd-c47ecee278f0380f91c4b70a12764d7ce1bbbe5c.zip |
remove redundant comment.
OK blambert@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/nfs/nfsproto.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/nfs/nfsproto.h b/sys/nfs/nfsproto.h index 05c28024ee6..9f03575754b 100644 --- a/sys/nfs/nfsproto.h +++ b/sys/nfs/nfsproto.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfsproto.h,v 1.9 2009/05/30 17:20:29 thib Exp $ */ +/* $OpenBSD: nfsproto.h,v 1.10 2009/07/08 14:39:31 thib Exp $ */ /* $NetBSD: nfsproto.h,v 1.1 1996/02/18 11:54:06 fvdl Exp $ */ /* @@ -38,11 +38,6 @@ #ifndef _NFS_NFSPROTO_H_ #define _NFS_NFSPROTO_H_ - -/* - * nfs definitions as per the Version 2 and 3 specs - */ - /* * Constants as defined in the Sun NFS Version 2 and 3 specs. * "NFS: Network File System Protocol Specification" RFC1094 |