Removed some unused old networking stuff, cleaned syscalls.c.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17946 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-06-28 14:54:58 +00:00
parent 2009d9e5f1
commit 9150d65c83
2 changed files with 0 additions and 33 deletions
-30
View File
@@ -1,30 +0,0 @@
/* socket.h
* Very simply file. This will grow!
*/
/**
* @file ksocket.h
* @brief Kernel socket definitions
* These never need to be seen outside of the kernel and no user
* application should ever include this file.
*/
#ifndef _KERNEL_KSOCKET_H
#define _KERNEL_KSOCKET_H
/**
* @defgroup KSOCKET Kernel Socket Definitions
* @brief Kernel socket prototypes and definitions
* @ingroup OpenBeOS_Kernel
* @{
*/
#ifdef _KERNEL_MODE
int socket(int, int, int, bool);
#endif
/** @} */
#endif /* _KERNEL_KSOCKET_H */
-3
View File
@@ -23,13 +23,10 @@
#include <fs/fd.h>
#include <fs/node_monitor.h>
#include <sysctl.h>
#include <ksocket.h>
#include <kimage.h>
#include <ksignal.h>
#include <real_time_clock.h>
#include <system_info.h>
#include <sys/ioccom.h>
#include <sys/socket.h>
#include <user_atomic.h>
#include <safemode.h>
#include <arch/system_info.h>