From: paul Date: Sat, 24 May 2003 16:02:27 +0000 (+0000) Subject: From: rivo nurges X-Git-Tag: frr-2.0-rc1~4041 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=04a72e593b870688649653f569ebc0e7589b4fdb;p=matthieu%2Ffrr.git From: rivo nurges Subject: solaris compile patch types defined for SUNOS_5 were already defined in config.h --- diff --git a/lib/zebra.h b/lib/zebra.h index a34f5d4af4..b771b56bd0 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