summaryrefslogtreecommitdiff
path: root/pfinet.old/pfinet_S.h
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet.old/pfinet_S.h')
-rw-r--r--pfinet.old/pfinet_S.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/pfinet.old/pfinet_S.h b/pfinet.old/pfinet_S.h
deleted file mode 100644
index 983931f1..00000000
--- a/pfinet.old/pfinet_S.h
+++ /dev/null
@@ -1,44 +0,0 @@
-#ifndef _pfinet_server_
-#define _pfinet_server_
-
-/* Module pfinet */
-
-#include <mach/kern_return.h>
-#include <mach/port.h>
-#include <mach/message.h>
-
-#include <mach/std_types.h>
-#include <mach/mach_types.h>
-#include <device/device_types.h>
-#include <device/net_status.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/statfs.h>
-#include <sys/resource.h>
-#include <sys/utsname.h>
-#include <hurd/hurd_types.h>
-
-/* Routine pfinet_siocgifconf */
-#ifdef mig_external
-mig_external
-#else
-extern
-#endif
-kern_return_t S_pfinet_siocgifconf
-#if defined(LINTLIBRARY)
- (port, amount, buf, bufCnt)
- io_t port;
- vm_size_t amount;
- data_t *buf;
- mach_msg_type_number_t *bufCnt;
-{ return S_pfinet_siocgifconf(port, amount, buf, bufCnt); }
-#else
-(
- io_t port,
- vm_size_t amount,
- data_t *buf,
- mach_msg_type_number_t *bufCnt
-);
-#endif
-
-#endif /* not defined(_pfinet_server_) */