Deleted Added
full compact
print-atm.c (17681) print-atm.c (21262)
1/*
2 * Copyright (c) 1994, 1995, 1996
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

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

29
30#if __STDC__
31struct mbuf;
32struct rtentry;
33#endif
34#include <net/if.h>
35
36#include <netinet/in.h>
1/*
2 * Copyright (c) 1994, 1995, 1996
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

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

29
30#if __STDC__
31struct mbuf;
32struct rtentry;
33#endif
34#include <net/if.h>
35
36#include <netinet/in.h>
37#include <netinet/if_ether.h>
37#include <net/ethernet.h>
38#include <netinet/in_systm.h>
39#include <netinet/ip.h>
40#include <netinet/ip_var.h>
41#include <netinet/udp.h>
42#include <netinet/udp_var.h>
43#include <netinet/tcp.h>
44#include <netinet/tcpip.h>
45

--- 103 unchanged lines hidden ---
38#include <netinet/in_systm.h>
39#include <netinet/ip.h>
40#include <netinet/ip_var.h>
41#include <netinet/udp.h>
42#include <netinet/udp_var.h>
43#include <netinet/tcp.h>
44#include <netinet/tcpip.h>
45

--- 103 unchanged lines hidden ---