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.
diff --git a/lib/zebra.h b/lib/zebra.h
index 3d71ad8..dc17730 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -28,6 +28,9 @@
 #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