From b8377d8cb45ce96d690a05b62f30b58a9d02225d Mon Sep 17 00:00:00 2001 From: beveloper Date: Fri, 25 Oct 2002 14:02:18 +0000 Subject: [PATCH] changes header guards git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1652 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/net/NetAddress.h | 6 +++--- headers/os/net/netdb.h | 2 +- headers/os/net/socket.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/headers/os/net/NetAddress.h b/headers/os/net/NetAddress.h index 268913ce48..8dc9874ed8 100644 --- a/headers/os/net/NetAddress.h +++ b/headers/os/net/NetAddress.h @@ -28,8 +28,8 @@ *=--------------------------------------------------------------------------=* */ -#ifndef NETADDRESS_H -#define NETADDRESS_H +#ifndef _NETADDRESS_H +#define _NETADDRESS_H #include #include @@ -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 -=*/ diff --git a/headers/os/net/netdb.h b/headers/os/net/netdb.h index 739bd8d2e0..dd3fb6b7f1 100644 --- a/headers/os/net/netdb.h +++ b/headers/os/net/netdb.h @@ -3,4 +3,4 @@ #include /* should include the posix netdb.h */ -#endif /* _NETDB_H */ +#endif /* _NET_NETDB_H */ diff --git a/headers/os/net/socket.h b/headers/os/net/socket.h index 094411148e..b7fe0bdff0 100644 --- a/headers/os/net/socket.h +++ b/headers/os/net/socket.h @@ -11,4 +11,4 @@ */ #define B_UDP_MAX_SIZE (65536 - 1024) -#endif /* _SOCKET_H */ +#endif /* _NET_SOCKET_H */