summaryrefslogtreecommitdiff
path: root/lib/zebra.h
diff options
context:
space:
mode:
authorpaul <paul>2003-05-24 16:02:27 +0000
committerpaul <paul>2003-05-24 16:02:27 +0000
commit04a72e593b870688649653f569ebc0e7589b4fdb (patch)
treeffc682e7a68b636baed87cb8b9a68d1b3058fa6b /lib/zebra.h
parentaf8d0336a3cd98ef2fe163a6303a077735de4fb2 (diff)
From: rivo nurges <rix@estpak.ee>
Subject: solaris compile patch types defined for SUNOS_5 were already defined in config.h
Diffstat (limited to 'lib/zebra.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