aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcpdump/print-atalk.c
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-05-27 02:17:42 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-05-27 02:17:42 +0000
commit2ebf6c05136945eb89ae7597c7daaf1e1cfa04e2 (patch)
tree28b47ae13c11af4fe1e842dcf5210f078af19243 /contrib/tcpdump/print-atalk.c
parent5775941a02df8ef8258a3a4fa2042108cf9919a3 (diff)
downloadsrc-2ebf6c05136945eb89ae7597c7daaf1e1cfa04e2.tar.gz
src-2ebf6c05136945eb89ae7597c7daaf1e1cfa04e2.zip
Merge tcpdump 3.3.
The print_nfs.c changes are pretty extensive; this is partially because LBL did a lot of cleanup and partially because I removed lots of pointless changes away from the LBL style. PR: 3371 mostly-Submitted by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
Notes
Notes: svn path=/head/; revision=26183
Diffstat (limited to 'contrib/tcpdump/print-atalk.c')
-rw-r--r--contrib/tcpdump/print-atalk.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/tcpdump/print-atalk.c b/contrib/tcpdump/print-atalk.c
index e81afb120fb7..c8e1c10c5562 100644
--- a/contrib/tcpdump/print-atalk.c
+++ b/contrib/tcpdump/print-atalk.c
@@ -20,9 +20,10 @@
*
* Format and print AppleTalk packets.
*/
+
#ifndef lint
-static char rcsid[] =
- "@(#)$Header: print-atalk.c,v 1.43 96/07/23 14:16:55 leres Exp $ (LBL)";
+static const char rcsid[] =
+ "@(#) $Header: print-atalk.c,v 1.45 96/12/10 23:24:07 leres Exp $ (LBL)";
#endif
#include <sys/param.h>