]> The Tcpdump Group git mirrors - tcpdump/commitdiff
(my_fsid): add
authorassar <assar>
Thu, 1 Jun 2000 01:16:36 +0000 (01:16 +0000)
committerassar <assar>
Thu, 1 Jun 2000 01:16:36 +0000 (01:16 +0000)
From Francisco Matias Cuenca-Acuna <[email protected]>

nfsfh.h

diff --git a/nfsfh.h b/nfsfh.h
index d2a8788b1ac58e757df2675f5c94ce16d6c956c2..cd11d30ccf01095446f1907f30433062e426e8e2 100644 (file)
--- a/nfsfh.h
+++ b/nfsfh.h
@@ -1,5 +1,5 @@
 /*
- * $Header: /tcpdump/master/tcpdump/nfsfh.h,v 1.8 1999-12-15 06:49:05 fenner Exp $
+ * $Header: /tcpdump/master/tcpdump/nfsfh.h,v 1.9 2000-06-01 01:16:36 assar Exp $
  *
  * nfsfh.h - NFS file handle definitions (for portable use)
  *
@@ -25,6 +25,7 @@ typedef struct {
  */
 typedef        struct {
        my_devt Fsid_dev;               /* XXX avoid name conflict with AIX */
+       char Opaque_Handle[2 * 32 + 1];
        u_int32_t fsid_code;
 } my_fsid;