summaryrefslogtreecommitdiff
path: root/print-nfs.c
diff options
context:
space:
mode:
authoritojun <itojun>2002-06-11 17:08:37 +0000
committeritojun <itojun>2002-06-11 17:08:37 +0000
commit111ff8a61dd320445f1d5167559cf65bfc2c26ca (patch)
tree8dda48040b13a49c964b6d25a6135fda58327a22 /print-nfs.c
parentad6df73f5a6c46a409c7629f5588b1b81dff6357 (diff)
downloadtcpdump-111ff8a61dd320445f1d5167559cf65bfc2c26ca.tar.gz
whitespace cleanup
Diffstat (limited to 'print-nfs.c')
-rw-r--r--print-nfs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/print-nfs.c b/print-nfs.c
index 1c9dfb85..cc2441b0 100644
--- a/print-nfs.c
+++ b/print-nfs.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-nfs.c,v 1.93 2002-06-01 23:50:32 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-nfs.c,v 1.94 2002-06-11 17:08:52 itojun Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -168,7 +168,7 @@ static struct tok type2str[] = {
*
* Assume that a system that has INT64_FORMAT defined, has a 64-bit
* integer datatype and can print it.
- */
+ */
#define UNSIGNED 0
#define SIGNED 1
@@ -783,7 +783,7 @@ nfs_printfh(register const u_int32_t *dp, const u_int len)
}
if(fsid.Fsid_dev.Minor == 257 && uflag)
- /* Print the undecoded handle */
+ /* Print the undecoded handle */
(void)printf("%s", fsid.Opaque_Handle);
else
(void)printf("%ld", (long) ino);
@@ -884,7 +884,7 @@ xid_map_find(const struct rpc_msg *rp, const u_char *bp, u_int32_t *proc,
int cmp;
/* Start searching from where we last left off */
- i = xid_map_hint;
+ i = xid_map_hint;
do {
xmep = &xid_map[i];
cmp = 1;