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:
@@ -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 */
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user