summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorpaul <paul>2003-07-08 08:09:45 +0000
committerpaul <paul>2003-07-08 08:09:45 +0000
commit9bcdb638923e3254b64744d02ceab62b8f2941a1 (patch)
tree2262989f3d4105cd0b539ece52628666ff3b580c /lib
parent0c14ad88aab5df610acfe035385a7323e1683035 (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.h3
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