diff options
| author | Bill Fenner <fenner@FreeBSD.org> | 1998-09-15 19:36:32 +0000 |
|---|---|---|
| committer | Bill Fenner <fenner@FreeBSD.org> | 1998-09-15 19:36:32 +0000 |
| commit | 4644f044b29b71b385396356b7cbf92b09e67628 (patch) | |
| tree | 6bd786e664682d3877b9cca3efa525ac67d8e005 /contrib/tcpdump/print-llc.c | |
| parent | 4de76e31371f636d15e4005d6bed5755adb4c393 (diff) | |
Notes
Diffstat (limited to 'contrib/tcpdump/print-llc.c')
| -rw-r--r-- | contrib/tcpdump/print-llc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/tcpdump/print-llc.c b/contrib/tcpdump/print-llc.c index ad57771faed5..da68156fd0a1 100644 --- a/contrib/tcpdump/print-llc.c +++ b/contrib/tcpdump/print-llc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1992, 1993, 1994, 1995, 1996 + * Copyright (c) 1992, 1993, 1994, 1995, 1996, 1997 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -24,7 +24,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: print-llc.c,v 1.22 96/12/10 23:23:37 leres Exp $"; + "@(#) $Header: print-llc.c,v 1.24 97/01/01 20:56:48 leres Exp $"; #endif #include <sys/param.h> @@ -34,7 +34,6 @@ static const char rcsid[] = #include <ctype.h> #include <netdb.h> -#include <signal.h> #include <stdio.h> #include <string.h> |
