diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-08 22:59:11 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-08 22:59:11 +0200 |
commit | d92111ff2c588e905630f61918c82f7da41e5777 (patch) | |
tree | 0bf4c10ef6d050ca2ef0f250796556c135a0fa89 /pfinet.old/startup_notify_S.h | |
parent | 0bbd7fe0f7db3d9d4633c581d3ed9d2e5e7dd136 (diff) |
Remove mig-generated files
Diffstat (limited to 'pfinet.old/startup_notify_S.h')
-rw-r--r-- | pfinet.old/startup_notify_S.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/pfinet.old/startup_notify_S.h b/pfinet.old/startup_notify_S.h deleted file mode 100644 index ed1ddc3b..00000000 --- a/pfinet.old/startup_notify_S.h +++ /dev/null @@ -1,38 +0,0 @@ -#ifndef _startup_notify_server_ -#define _startup_notify_server_ - -/* Module startup_notify */ - -#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 startup_dosync */ -#ifdef mig_external -mig_external -#else -extern -#endif -kern_return_t S_startup_dosync -#if defined(LINTLIBRARY) - (notify_port) - mach_port_t notify_port; -{ return S_startup_dosync(notify_port); } -#else -( - mach_port_t notify_port -); -#endif - -#endif /* not defined(_startup_notify_server_) */ |