changes header guards

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1652 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2002-10-25 14:02:18 +00:00
parent 65b9e84537
commit b8377d8cb4
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -28,8 +28,8 @@
*=--------------------------------------------------------------------------=*
*/
#ifndef NETADDRESS_H
#define NETADDRESS_H
#ifndef _NETADDRESS_H
#define _NETADDRESS_H
#include <Archivable.h>
#include <Errors.h>
@@ -99,7 +99,7 @@ inline NLAddress* BNetAddress::GetImpl( void ) const
return NULL; // Cheeky, yes; but no Nettle stuff is allowed...
}
#endif // <-- #ifndef NETADDRESS_H
#endif // <-- #ifndef _NETADDRESS_H
/*=------------------------------------------------------------------- End -=*/
+1 -1
View File
@@ -3,4 +3,4 @@
#include <netdb.h> /* should include the posix netdb.h */
#endif /* _NETDB_H */
#endif /* _NET_NETDB_H */
+1 -1
View File
@@ -11,4 +11,4 @@
*/
#define B_UDP_MAX_SIZE (65536 - 1024)
#endif /* _SOCKET_H */
#endif /* _NET_SOCKET_H */