Deleted Added
full compact
altq_subr.c (257215) altq_subr.c (281613)
1/* $FreeBSD: head/sys/contrib/altq/altq/altq_subr.c 257215 2013-10-27 16:25:57Z glebius $ */
1/* $FreeBSD: head/sys/net/altq/altq_subr.c 281613 2015-04-16 20:22:40Z glebius $ */
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

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

62#ifdef INET6
63#include <netinet/ip6.h>
64#endif
65#include <netinet/tcp.h>
66#include <netinet/udp.h>
67
68#include <netpfil/pf/pf.h>
69#include <netpfil/pf/pf_altq.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

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

62#ifdef INET6
63#include <netinet/ip6.h>
64#endif
65#include <netinet/tcp.h>
66#include <netinet/udp.h>
67
68#include <netpfil/pf/pf.h>
69#include <netpfil/pf/pf_altq.h>
70#include
70#include <net/altq/altq.h>
71#ifdef ALTQ3_COMPAT
71#ifdef ALTQ3_COMPAT
72#include
72#include <net/altq/altq_conf.h>
73#endif
74
75/* machine dependent clock related includes */
76#ifdef __FreeBSD__
77#include <sys/bus.h>
78#include <sys/cpu.h>
79#include <sys/eventhandler.h>
80#include <machine/clock.h>

--- 1901 unchanged lines hidden ---
73#endif
74
75/* machine dependent clock related includes */
76#ifdef __FreeBSD__
77#include <sys/bus.h>
78#include <sys/cpu.h>
79#include <sys/eventhandler.h>
80#include <machine/clock.h>

--- 1901 unchanged lines hidden ---