changes header guards
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1652 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -28,8 +28,8 @@
|
|||||||
*=--------------------------------------------------------------------------=*
|
*=--------------------------------------------------------------------------=*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef NETADDRESS_H
|
#ifndef _NETADDRESS_H
|
||||||
#define NETADDRESS_H
|
#define _NETADDRESS_H
|
||||||
|
|
||||||
#include <Archivable.h>
|
#include <Archivable.h>
|
||||||
#include <Errors.h>
|
#include <Errors.h>
|
||||||
@@ -99,7 +99,7 @@ inline NLAddress* BNetAddress::GetImpl( void ) const
|
|||||||
return NULL; // Cheeky, yes; but no Nettle stuff is allowed...
|
return NULL; // Cheeky, yes; but no Nettle stuff is allowed...
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // <-- #ifndef NETADDRESS_H
|
#endif // <-- #ifndef _NETADDRESS_H
|
||||||
|
|
||||||
|
|
||||||
/*=------------------------------------------------------------------- End -=*/
|
/*=------------------------------------------------------------------- End -=*/
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
|
|
||||||
#include <netdb.h> /* should include the posix netdb.h */
|
#include <netdb.h> /* should include the posix netdb.h */
|
||||||
|
|
||||||
#endif /* _NETDB_H */
|
#endif /* _NET_NETDB_H */
|
||||||
|
|||||||
@@ -11,4 +11,4 @@
|
|||||||
*/
|
*/
|
||||||
#define B_UDP_MAX_SIZE (65536 - 1024)
|
#define B_UDP_MAX_SIZE (65536 - 1024)
|
||||||
|
|
||||||
#endif /* _SOCKET_H */
|
#endif /* _NET_SOCKET_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user