Removed sysctl(), there is no need for this BSD-ish call.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17954 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-06-29 09:37:06 +00:00
parent c32fb9097a
commit 89ae57ba77
7 changed files with 1 additions and 425 deletions
-4
View File
@@ -284,10 +284,6 @@ extern int64 _kern_atomic_or64(vint64 *value, int64 orValue);
extern int64 _kern_atomic_get64(vint64 *value);
#endif // ATOMIC64_FUNCS_ARE_SYSCALLS
int sys_sysctl(int *name, uint namlen, void *oldp, size_t *oldlen,
void *newp, size_t newlen);
int sys_socket(int family, int type, int proto);
/* System informations */
extern status_t _kern_get_system_info(system_info *info, size_t size);