]> git.puffer.fish Git - matthieu/frr.git/commitdiff
From: rivo nurges <rix@estpak.ee>
authorpaul <paul>
Sat, 24 May 2003 16:02:27 +0000 (16:02 +0000)
committerpaul <paul>
Sat, 24 May 2003 16:02:27 +0000 (16:02 +0000)
Subject: solaris compile patch

types defined for SUNOS_5 were already defined in config.h

lib/zebra.h

index a34f5d4af4aee2dde05a7beef1f3e6c161c48fa5..b771b56bd08ecf4e151dbf24fd1350469f297b60 100644 (file)
@@ -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