diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-03-09 04:35:25 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-03-09 04:35:25 +0000 |
commit | 64a43e1c0e6fdceecfbad405344968af8ecf36c3 (patch) | |
tree | 98430e4a00a1a161c576ce343338352eed7fc9e0 /packet-nfs.c | |
parent | 682dc85b3a45825a0452938e357b87cb6f86362c (diff) | |
download | wireshark-64a43e1c0e6fdceecfbad405344968af8ecf36c3.tar.gz wireshark-64a43e1c0e6fdceecfbad405344968af8ecf36c3.tar.bz2 wireshark-64a43e1c0e6fdceecfbad405344968af8ecf36c3.zip |
Fixes to Lemon to get it to compile on platforms (such as some versions
of Tru64 UNIX) that define TRUE and FALSE.
Fixes to some Tru64 compiler warnings.
svn path=/trunk/; revision=3120
Diffstat (limited to 'packet-nfs.c')
-rw-r--r-- | packet-nfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-nfs.c b/packet-nfs.c index 4cc6592fa7..8909085a95 100644 --- a/packet-nfs.c +++ b/packet-nfs.c @@ -3,7 +3,7 @@ * Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de> * Copyright 2000, Mike Frisch <frisch@hummingbird.com> (NFSv4 decoding) * - * $Id: packet-nfs.c,v 1.49 2001/03/06 18:27:07 gram Exp $ + * $Id: packet-nfs.c,v 1.50 2001/03/09 04:35:22 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -4688,7 +4688,7 @@ static const value_string names_nfsv4_operation[] = { { 0, NULL } }; -guint *nfsv4_operation_ett[] = +gint *nfsv4_operation_ett[] = { &ett_nfs_access4 , &ett_nfs_close4 , |