Deleted Added
full compact
print-llc.c (26183) print-llc.c (39300)
1/*
1/*
2 * Copyright (c) 1992, 1993, 1994, 1995, 1996
2 * Copyright (c) 1992, 1993, 1994, 1995, 1996, 1997
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and
9 * this paragraph in its entirety in the documentation or other materials
10 * provided with the distribution, and (3) all advertising materials mentioning

--- 8 unchanged lines hidden (view full) ---

19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20 *
21 * Code by Matt Thomas, Digital Equipment Corporation
22 * with an awful lot of hacking by Jeffrey Mogul, DECWRL
23 */
24
25#ifndef lint
26static const char rcsid[] =
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and
9 * this paragraph in its entirety in the documentation or other materials
10 * provided with the distribution, and (3) all advertising materials mentioning

--- 8 unchanged lines hidden (view full) ---

19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20 *
21 * Code by Matt Thomas, Digital Equipment Corporation
22 * with an awful lot of hacking by Jeffrey Mogul, DECWRL
23 */
24
25#ifndef lint
26static const char rcsid[] =
27 "@(#) $Header: print-llc.c,v 1.22 96/12/10 23:23:37 leres Exp $";
27 "@(#) $Header: print-llc.c,v 1.24 97/01/01 20:56:48 leres Exp $";
28#endif
29
30#include <sys/param.h>
31#include <sys/time.h>
32
33#include <netinet/in.h>
34
35#include <ctype.h>
36#include <netdb.h>
28#endif
29
30#include <sys/param.h>
31#include <sys/time.h>
32
33#include <netinet/in.h>
34
35#include <ctype.h>
36#include <netdb.h>
37#include <signal.h>
38#include <stdio.h>
39#include <string.h>
40
41#include "interface.h"
42#include "addrtoname.h"
43#include "extract.h" /* must come after interface.h */
44
45#include "llc.h"

--- 148 unchanged lines hidden ---
37#include <stdio.h>
38#include <string.h>
39
40#include "interface.h"
41#include "addrtoname.h"
42#include "extract.h" /* must come after interface.h */
43
44#include "llc.h"

--- 148 unchanged lines hidden ---