summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/nfsfh.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-10 07:48:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-10 07:48:01 +0000
commit3fb1d3fc24dae7c5506be7d6bae54ecc97348ba0 (patch)
treedc5119d72c4bd5e50838971ecc04cd7364e3f6aa /usr.sbin/tcpdump/nfsfh.h
parentbb6af93821af2776feaaf29a9b579c504d5686df (diff)
sync to latest
Diffstat (limited to 'usr.sbin/tcpdump/nfsfh.h')
-rw-r--r--usr.sbin/tcpdump/nfsfh.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/nfsfh.h b/usr.sbin/tcpdump/nfsfh.h
index ccbbd575275..a99bba34308 100644
--- a/usr.sbin/tcpdump/nfsfh.h
+++ b/usr.sbin/tcpdump/nfsfh.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: nfsfh.h,v 1.2 1996/03/04 15:59:10 mickey Exp $ */
-/* $NetBSD: nfsfh.h,v 1.2 1995/03/06 19:10:39 mycroft Exp $ */
+/**//* $OpenBSD: nfsfh.h,v 1.3 1996/06/10 07:47:23 deraadt Exp $ */
+/* $NetBSD: nfsfh.h,v 1.3 1996/05/20 00:41:03 fvdl Exp $ */
/*
* Header: nfsfh.h,v 1.3 94/06/12 14:32:58 leres Exp
@@ -34,4 +34,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);