diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-07-08 14:39:32 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-07-08 14:39:32 +0000 |
commit | 9e4037e58e8cbde3240f2ea14f9bdc9d0046947c (patch) | |
tree | cadaaf34e24f5cd32da5666a055461405d2419df | |
parent | ea8eb0d11c79e034094792f6492e89a739b72530 (diff) |
remove redundant comment.
OK blambert@
-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 |