Remove sockettest as we're not doing sockets at the moment.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@135 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David Reid
2002-07-12 14:55:28 +00:00
parent 4828a5e712
commit 49dc88277f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ SubInclude OBOS_TOP src kernel apps mount ;
SubInclude OBOS_TOP src kernel apps ps ;
SubInclude OBOS_TOP src kernel apps rld ;
SubInclude OBOS_TOP src kernel apps shell ;
SubInclude OBOS_TOP src kernel apps sockettest ;
#SubInclude OBOS_TOP src kernel apps sockettest ;
SubInclude OBOS_TOP src kernel apps testapp ;
SubInclude OBOS_TOP src kernel apps testdigit ;
SubInclude OBOS_TOP src kernel apps tests ;
+1
View File
@@ -8,6 +8,7 @@
#include <unistd.h>
#include <resource.h>
#include <Errors.h>
#include <errno.h>
#include <sys/socket.h>
#include <sys/ioctl.h>