summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/nfsfh.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcpdump/nfsfh.h')
-rw-r--r--contrib/tcpdump/nfsfh.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tcpdump/nfsfh.h b/contrib/tcpdump/nfsfh.h
index 5881d52..7699df1 100644
--- a/contrib/tcpdump/nfsfh.h
+++ b/contrib/tcpdump/nfsfh.h
@@ -1,12 +1,12 @@
/*
- * $Header: nfsfh.h,v 1.6 96/12/16 03:40:31 leres Exp $
+ * $Header: /tcpdump/master/tcpdump/nfsfh.h,v 1.8 1999/12/15 06:49:05 fenner Exp $
*
* nfsfh.h - NFS file handle definitions (for portable use)
*
* Jeffrey C. Mogul
* Digital Equipment Corporation
* Western Research Laboratory
- */
+ * $NetBSD: nfsfh.h,v 1.1.1.2 1997/10/03 17:25:13 christos Exp $ */
/*
* Internal representation of dev_t, because different NFS servers
@@ -31,4 +31,4 @@ typedef struct {
#define fsid_eq(a,b) ((a.fsid_code == b.fsid_code) &&\
dev_eq(a.Fsid_dev, b.Fsid_dev))
-extern void Parse_fh(caddr_t *, my_fsid *, ino_t *, char **, char **, int);
+extern void Parse_fh(caddr_t *, int, my_fsid *, ino_t *, char **, char **, int);
OpenPOWER on IntegriCloud