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-atm.c | |
| parent | 4de76e31371f636d15e4005d6bed5755adb4c393 (diff) | |
Notes
Diffstat (limited to 'contrib/tcpdump/print-atm.c')
| -rw-r--r-- | contrib/tcpdump/print-atm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tcpdump/print-atm.c b/contrib/tcpdump/print-atm.c index 13c989de0c31..de58566b2322 100644 --- a/contrib/tcpdump/print-atm.c +++ b/contrib/tcpdump/print-atm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1994, 1995, 1996 + * Copyright (c) 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 @@ -20,7 +20,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: print-atm.c,v 1.8 96/09/26 23:36:41 leres Exp $ (LBL)"; + "@(#) $Header: print-atm.c,v 1.9 97/05/28 12:52:40 leres Exp $ (LBL)"; #endif #include <sys/param.h> @@ -46,9 +46,9 @@ struct rtentry; #include <stdio.h> #include <pcap.h> +#include "interface.h" #include "addrtoname.h" #include "ethertype.h" -#include "interface.h" /* * This is the top level routine of the printer. 'p' is the points |
