diff options
author | paul <paul> | 2003-07-08 08:09:45 +0000 |
---|---|---|
committer | paul <paul> | 2003-07-08 08:09:45 +0000 |
commit | 9bcdb638923e3254b64744d02ceab62b8f2941a1 (patch) | |
tree | 2262989f3d4105cd0b539ece52628666ff3b580c /lib | |
parent | 0c14ad88aab5df610acfe035385a7323e1683035 (diff) |
2003-07-8 Chris Andrews <chris@nodnol.org>
* zebra/kernel_socket.c: Update for new zebrad global struct
* zebra/ipforward_solaris.c: Add missing privs.h include. Uncomment
/dev/ip define.
* lib/zebra.h: Add typedefs for SunOS.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/zebra.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 3d71ad8d..dc17730b 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -28,6 +28,9 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #ifdef SUNOS_5 #define _XPG4_2 #define __EXTENSIONS__ +typedef unsigned int u_int32_t; +typedef unsigned short u_int16_t; +typedef unsigned char u_int8_t; #endif /* SUNOS_5 */ #ifndef HAVE_SOCKLEN_T |