summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaul <paul>2003-05-24 16:02:27 +0000
committerpaul <paul>2003-05-24 16:02:27 +0000
commit1d426368205cda3bae42d65f8a341cf3f6bcdab3 (patch)
tree6a8213f4c1cf191472f88d9c9a3f6cff29a1395d
parent749b4c71b38ddb1e4e3b9c289292d373ec4e1c66 (diff)
downloadquagga-1d426368205cda3bae42d65f8a341cf3f6bcdab3.tar.bz2
quagga-1d426368205cda3bae42d65f8a341cf3f6bcdab3.tar.xz
From: rivo nurges <rix@estpak.ee>
Subject: solaris compile patch types defined for SUNOS_5 were already defined in config.h
-rw-r--r--lib/zebra.h3
1 files changed, 0 insertions, 3 deletions
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