From 04a72e593b870688649653f569ebc0e7589b4fdb Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 24 May 2003 16:02:27 +0000 Subject: From: rivo nurges Subject: solaris compile patch types defined for SUNOS_5 were already defined in config.h --- lib/zebra.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/zebra.h') diff --git a/lib/zebra.h b/lib/zebra.h index a34f5d4a..b771b56b 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -28,9 +28,6 @@ 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 short u_int8_t; #endif /* SUNOS_5 */ #ifndef HAVE_SOCKLEN_T -- cgit v1.2.1