]> git.proxmox.com Git - mirror_frr.git/commitdiff
build/solaris: drop duplicate __EXTENSION__ define
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 15 Sep 2015 09:03:36 +0000 (02:03 -0700)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 26 May 2016 15:33:32 +0000 (15:33 +0000)
__EXTENSION__ is already defined in config.h by autoconf; drop the
duplicate from zebra.h.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 089e5eb7310683be6806726dbf7b7c94b1b66bfb)

lib/zebra.h

index f45e5aaca778969fa8b1c1df5847467e6d6a2edf..77870462e5a74f7d79804cfd458ec88a0e29d2c1 100644 (file)
@@ -27,7 +27,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 char   u_int8_t;