summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/parsenfsfh.c
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/parsenfsfh.c
parentbb6af93821af2776feaaf29a9b579c504d5686df (diff)
sync to latest
Diffstat (limited to 'usr.sbin/tcpdump/parsenfsfh.c')
-rw-r--r--usr.sbin/tcpdump/parsenfsfh.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/parsenfsfh.c b/usr.sbin/tcpdump/parsenfsfh.c
index bdebc3f5346..46f8d923e92 100644
--- a/usr.sbin/tcpdump/parsenfsfh.c
+++ b/usr.sbin/tcpdump/parsenfsfh.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: parsenfsfh.c,v 1.2 1996/03/04 15:59:15 mickey Exp $ */
-/* $NetBSD: parsenfsfh.c,v 1.2 1995/03/06 19:11:00 mycroft Exp $ */
+/**//* $OpenBSD: parsenfsfh.c,v 1.3 1996/06/10 07:47:28 deraadt Exp $ */
+/* $NetBSD: parsenfsfh.c,v 1.3 1996/05/20 00:41:07 fvdl Exp $ */
#ifndef lint
static char *RCSid = "Header: parsenfsfh.c,v 1.5 94/01/13 19:06:41 leres Exp";
@@ -84,8 +84,9 @@ typedef unsigned int u_int32x;
static int is_UCX(unsigned char *);
void
-Parse_fh(fh, fsidp, inop, osnamep, fsnamep, ourself)
+Parse_fh(fh, len, fsidp, inop, osnamep, fsnamep, ourself)
register caddr_t *fh;
+int len;
my_fsid *fsidp;
ino_t *inop;
char **osnamep; /* if non-NULL, return OS name here */