Deleted Added
full compact
altq_subr.c (195699) altq_subr.c (196019)
1/* $FreeBSD: head/sys/contrib/altq/altq/altq_subr.c 195699 2009-07-14 22:48:30Z rwatson $ */
1/* $FreeBSD: head/sys/contrib/altq/altq/altq_subr.c 196019 2009-08-01 19:26:27Z rwatson $ */
2/* $KAME: altq_subr.c,v 1.21 2003/11/06 06:32:53 kjc Exp $ */
3
4/*
5 * Copyright (C) 1997-2003
6 * Sony Computer Science Laboratories Inc. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

42#include <sys/proc.h>
43#include <sys/socket.h>
44#include <sys/socketvar.h>
45#include <sys/kernel.h>
46#include <sys/errno.h>
47#include <sys/syslog.h>
48#include <sys/sysctl.h>
49#include <sys/queue.h>
2/* $KAME: altq_subr.c,v 1.21 2003/11/06 06:32:53 kjc Exp $ */
3
4/*
5 * Copyright (C) 1997-2003
6 * Sony Computer Science Laboratories Inc. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

42#include <sys/proc.h>
43#include <sys/socket.h>
44#include <sys/socketvar.h>
45#include <sys/kernel.h>
46#include <sys/errno.h>
47#include <sys/syslog.h>
48#include <sys/sysctl.h>
49#include <sys/queue.h>
50#ifdef __FreeBSD__
51#include <sys/vimage.h>
52#endif
53
54#include <net/if.h>
55#include <net/if_dl.h>
56#include <net/if_types.h>
57#ifdef __FreeBSD__
58#include <net/vnet.h>
59#endif
60

--- 1973 unchanged lines hidden ---
50
51#include <net/if.h>
52#include <net/if_dl.h>
53#include <net/if_types.h>
54#ifdef __FreeBSD__
55#include <net/vnet.h>
56#endif
57

--- 1973 unchanged lines hidden ---