From 4f960dd75f181e9fa2edc44324f15f0ab5c64b37 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 03:57:47 +0000 Subject: Remove trailing whitespace. --- usr.sbin/tcpdump/tcpdump/ipx.h | 4 ++-- usr.sbin/tcpdump/tcpdump/print-tcp.c | 4 ++-- usr.sbin/tcpdump/tcpdump/tcpdump.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'usr.sbin/tcpdump') diff --git a/usr.sbin/tcpdump/tcpdump/ipx.h b/usr.sbin/tcpdump/tcpdump/ipx.h index 0a70724..075d727 100644 --- a/usr.sbin/tcpdump/tcpdump/ipx.h +++ b/usr.sbin/tcpdump/tcpdump/ipx.h @@ -1,7 +1,7 @@ /* - * IPX protocol formats + * IPX protocol formats * - * @(#) $Header: ipx.h,v 1.1 94/06/09 11:47:03 mccanne Exp $ + * @(#) $Header: /home/ncvs/src/usr.sbin/tcpdump/tcpdump/ipx.h,v 1.1 1995/03/08 12:52:15 olah Exp $ */ /* well-known sockets */ diff --git a/usr.sbin/tcpdump/tcpdump/print-tcp.c b/usr.sbin/tcpdump/tcpdump/print-tcp.c index 0642315..7d5d65c 100644 --- a/usr.sbin/tcpdump/tcpdump/print-tcp.c +++ b/usr.sbin/tcpdump/tcpdump/print-tcp.c @@ -21,7 +21,7 @@ #ifndef lint static char rcsid[] = - "@(#) $Header: /home/ncvs/src/usr.sbin/tcpdump/tcpdump/print-tcp.c,v 1.2 1995/03/08 12:52:44 olah Exp $ (LBL)"; + "@(#) $Header: /home/ncvs/src/usr.sbin/tcpdump/tcpdump/print-tcp.c,v 1.3 1995/03/08 13:13:01 olah Exp $ (LBL)"; #endif #include @@ -265,7 +265,7 @@ tcp_print(register const u_char *bp, register int length, cp += l; continue; } - + /* print the option body */ switch (*cp) { case TCPOPT_MAXSEG: diff --git a/usr.sbin/tcpdump/tcpdump/tcpdump.c b/usr.sbin/tcpdump/tcpdump/tcpdump.c index 64b9150..48f6f63 100644 --- a/usr.sbin/tcpdump/tcpdump/tcpdump.c +++ b/usr.sbin/tcpdump/tcpdump/tcpdump.c @@ -22,7 +22,7 @@ char copyright[] = "@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994\nThe Regents of the University of California. All rights reserved.\n"; static char rcsid[] = - "@(#)$Header: tcpdump.c,v 1.93 94/06/10 17:01:44 mccanne Exp $ (LBL)"; + "@(#)$Header: /home/ncvs/src/usr.sbin/tcpdump/tcpdump/tcpdump.c,v 1.2 1995/03/08 12:52:48 olah Exp $ (LBL)"; #endif /* @@ -111,7 +111,7 @@ void abort_on_misalignment() { int buf[2]; - + buf[0] = SSIN_UACPROC; buf[1] = UAC_SIGBUS; if (setsysinfo(SSI_NVPAIRS, buf, 1, 0, 0) < 0) { -- cgit v1.1