Deleted Added
full compact
if.c (20078) if.c (20287)
1/*
2 * Copyright (c) 1983, 1988, 1993
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 the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

33
34#ifndef lint
35static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95";
36#endif /* not lint */
37
38#include <sys/types.h>
39#include <sys/protosw.h>
40#include <sys/socket.h>
1/*
2 * Copyright (c) 1983, 1988, 1993
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 the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

33
34#ifndef lint
35static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95";
36#endif /* not lint */
37
38#include <sys/types.h>
39#include <sys/protosw.h>
40#include <sys/socket.h>
41#include <sys/time.h>
41
42#include <net/if.h>
43#include <net/if_dl.h>
44#include <net/if_types.h>
45#include <netinet/in.h>
46#include <netinet/in_var.h>
47#define KERNEL 1
48#include <netinet/if_ether.h>

--- 446 unchanged lines hidden ---
42
43#include <net/if.h>
44#include <net/if_dl.h>
45#include <net/if_types.h>
46#include <netinet/in.h>
47#include <netinet/in_var.h>
48#define KERNEL 1
49#include <netinet/if_ether.h>

--- 446 unchanged lines hidden ---