summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/nfs.h
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2000-01-30 01:05:24 +0000
committerfenner <fenner@FreeBSD.org>2000-01-30 01:05:24 +0000
commitc780ea93f313e481b5e76344d0c206cf1568e727 (patch)
treecd7ad03c67eea60f72e32cf23a00c051002101b6 /contrib/tcpdump/nfs.h
parent107d567bf3f832610112e1377af645f8f827e1dd (diff)
downloadFreeBSD-src-c780ea93f313e481b5e76344d0c206cf1568e727.zip
FreeBSD-src-c780ea93f313e481b5e76344d0c206cf1568e727.tar.gz
Merge tcpdump 3.5
Diffstat (limited to 'contrib/tcpdump/nfs.h')
-rw-r--r--contrib/tcpdump/nfs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/tcpdump/nfs.h b/contrib/tcpdump/nfs.h
index 045ebb1..0887148 100644
--- a/contrib/tcpdump/nfs.h
+++ b/contrib/tcpdump/nfs.h
@@ -35,6 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $FreeBSD$
* @(#)nfsproto.h 8.2 (Berkeley) 3/30/95
*/
@@ -285,6 +286,10 @@ struct nfs_uquad {
};
typedef struct nfs_uquad nfsuint64;
+#if 0 /* XXX - this doesn't seemed to be used and it doesn't work
+ * with non-gcc, so comment it out for now.
+ */
+
/*
* Used to convert between two u_longs and a u_quad_t.
*/
@@ -294,6 +299,8 @@ union nfs_quadconvert {
};
typedef union nfs_quadconvert nfsquad_t;
+#endif
+
/*
* NFS Version 3 special file number.
*/
OpenPOWER on IntegriCloud