commit | 089e5eb7310683be6806726dbf7b7c94b1b66bfb | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Tue Sep 15 02:03:36 2015 -0700 |
committer | Martin Winter <mwinter@opensourcerouting.org> | Fri Oct 16 23:50:46 2015 -0700 |
tree | 15e431679f2fa9dc9880e9690bb9a11f9545a428 | |
parent | 821df2cf18e5978cc7ab532a8695444380d08270 [diff] |
build/solaris: drop duplicate __EXTENSION__ define __EXTENSION__ is already defined in config.h by autoconf; drop the duplicate from zebra.h. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
diff --git a/lib/zebra.h b/lib/zebra.h index 1ee5107..fe34be7 100644 --- a/lib/zebra.h +++ b/lib/zebra.h
@@ -27,7 +27,6 @@ #ifdef SUNOS_5 #define _XPG4_2 -#define __EXTENSIONS__ typedef unsigned int u_int32_t; typedef unsigned short u_int16_t; typedef unsigned char u_int8_t;