Deleted Added
full compact
nfsport.h (229272) nfsport.h (232821)
1/*-
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

24 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 *
1/*-
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

24 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 *
32 * $FreeBSD: head/sys/fs/nfs/nfsport.h 229272 2012-01-02 12:12:10Z ed $
32 * $FreeBSD: head/sys/fs/nfs/nfsport.h 232821 2012-03-11 12:19:58Z kib $
33 */
34
35#ifndef _NFS_NFSPORT_H_
36#define _NFS_NFSPORT_H_
37
38/*
39 * In general, I'm not fond of #includes in .h files, but this seems
40 * to be the cleanest way to handle #include files for the ports.

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

73#include <sys/buf.h>
74#include <sys/acl.h>
75#include <sys/module.h>
76#include <sys/sysent.h>
77#include <sys/syscall.h>
78#include <sys/priv.h>
79#include <sys/kthread.h>
80#include <sys/syscallsubr.h>
33 */
34
35#ifndef _NFS_NFSPORT_H_
36#define _NFS_NFSPORT_H_
37
38/*
39 * In general, I'm not fond of #includes in .h files, but this seems
40 * to be the cleanest way to handle #include files for the ports.

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

73#include <sys/buf.h>
74#include <sys/acl.h>
75#include <sys/module.h>
76#include <sys/sysent.h>
77#include <sys/syscall.h>
78#include <sys/priv.h>
79#include <sys/kthread.h>
80#include <sys/syscallsubr.h>
81#include <fs/fifofs/fifo.h>
82#include <net/if.h>
83#include <net/radix.h>
84#include <net/route.h>
85#include <net/if_dl.h>
86#include <netinet/in.h>
87#include <netinet/in_pcb.h>
88#include <netinet/in_systm.h>
89#include <netinet/in_var.h>

--- 826 unchanged lines hidden ---
81#include <net/if.h>
82#include <net/radix.h>
83#include <net/route.h>
84#include <net/if_dl.h>
85#include <netinet/in.h>
86#include <netinet/in_pcb.h>
87#include <netinet/in_systm.h>
88#include <netinet/in_var.h>

--- 826 unchanged lines hidden ---