small change

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1659 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2002-10-25 16:40:00 +00:00
parent 5906bda96f
commit 2f22e3ab04
4 changed files with 587 additions and 589 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -11,7 +11,7 @@
#include <string.h>
#include <stdlib.h>
#include <ByteOrder.h>
#include "NetBuffer.h"
#include <NetBuffer.h>
BNetBuffer::BNetBuffer(size_t size)
: fStatus(B_OK),
+1 -2
View File
@@ -1,6 +1,5 @@
#include <size_t.h>
#include "NetDebug.h"
#include <NetDebug.h>
void BNetDebug::Enable(bool) {
}
+1 -1
View File
@@ -16,7 +16,7 @@
#include <netdb.h>
#include <fcntl.h>
#include <unistd.h>
#include "NetEndpoint.h"
#include <NetEndpoint.h>
BNetEndpoint::BNetEndpoint(int protocol)
: fStatus(B_OK),