blob: 5c7a570495cba970c053fd7bd05c627944c871b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$FreeBSD$
--- pal/unix/include/pal/palinternal.h 2002/03/28 19:47:01 1.1
+++ pal/unix/include/pal/palinternal.h 2002/03/28 19:53:39
@@ -277,6 +277,7 @@
#define u_short PAL_u_short
#define u_int PAL_u_int
#define u_long PAL_u_long
+#define in_addr PAL_in_addr
#define wchar_t wchar_16
#define SOCKET PAL_SOCKET
@@ -385,6 +386,7 @@
#undef u_short
#undef u_int
#undef u_long
+#undef in_addr
#undef printf
|