nfsport.h (0c794c5db14615933588c4c3a0c777a1e5a89475) | nfsport.h (86ce6a83d16fdedede88990ffe1d85ad83d8e7c8) |
---|---|
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 --- 84 unchanged lines hidden (view full) --- 93#include <netinet/tcp_seq.h> 94#include <netinet/tcp_timer.h> 95#include <netinet/tcp_var.h> 96#include <netinet/vinet.h> 97#include <machine/in_cksum.h> 98#include <crypto/des/des.h> 99#include <sys/md5.h> 100#include <rpc/rpc.h> | 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 --- 84 unchanged lines hidden (view full) --- 93#include <netinet/tcp_seq.h> 94#include <netinet/tcp_timer.h> 95#include <netinet/tcp_var.h> 96#include <netinet/vinet.h> 97#include <machine/in_cksum.h> 98#include <crypto/des/des.h> 99#include <sys/md5.h> 100#include <rpc/rpc.h> |
101#include <rpc/rpcclnt.h> | |
102#include <rpc/rpcsec_gss.h> 103 104/* 105 * For Darwin, these functions should be "static" when built in a kext. 106 * (This is always defined as nil otherwise.) 107 */ 108#define APPLESTATIC 109#include <ufs/ufs/dir.h> --- 803 unchanged lines hidden --- | 101#include <rpc/rpcsec_gss.h> 102 103/* 104 * For Darwin, these functions should be "static" when built in a kext. 105 * (This is always defined as nil otherwise.) 106 */ 107#define APPLESTATIC 108#include <ufs/ufs/dir.h> --- 803 unchanged lines hidden --- |