]> git.proxmox.com Git - mirror_frr.git/commitdiff
[isisd] remove includes of common system headers.
authorpaul <paul>
Sun, 20 Nov 2005 02:15:50 +0000 (02:15 +0000)
committerpaul <paul>
Sun, 20 Nov 2005 02:15:50 +0000 (02:15 +0000)
2005-11-20 Paul Jakma <paul.jakma@sun.com>

        * (general) remove includes of very common system headers,
          these are already picked up by zebra.h. Further, including
          them before zebra.h messes up all our lovely (sarcasm)
          autoconf'd detecting of platform specific things. Recent
          addition of stdint.h to configure.ac and zebra.h appears
          particularly to throw up this problem.

13 files changed:
isisd/ChangeLog
isisd/isis_adjacency.c
isisd/isis_circuit.c
isisd/isis_dynhn.c
isisd/isis_events.c
isisd/isis_lsp.c
isisd/isis_main.c
isisd/isis_misc.c
isisd/isis_network.c
isisd/isis_pdu.c
isisd/isis_route.c
isisd/isis_routemap.c
isisd/isis_spf.c

index 81b810a8af2f47fbca39b75daebf5edf8d1e108a..fa2a13ae4a5476594ef77e0a80797ae6e0fdc901 100644 (file)
@@ -1,3 +1,12 @@
+2005-11-20 Paul Jakma <paul.jakma@sun.com>
+
+        * (general) remove includes of very common system headers,
+          these are already picked up by zebra.h. Further, including
+          them before zebra.h messes up all our lovely (sarcasm)
+          autoconf'd detecting of platform specific things. Recent
+          addition of stdint.h to configure.ac and zebra.h appears
+          particularly to throw up this problem.
+
 2005-10-01 Hasso Tepper <hasso at quagga.net>
 
        * isis_adjacency.c: Stop expire timer while deleting adjacency.
index a4078d7211b9441f2f6aa8df34b737e3d51afb9b..d8c7448e8343074f43fb22bf75707187b4dbca03 100644 (file)
@@ -21,9 +21,6 @@
  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
-#include <stdio.h>
-#include <limits.h>
-#include <string.h>
 #include <zebra.h>
 
 #include "log.h"
index ee73dc44358af17a96a60ba2e5d5902a8278c702..76145f026b955847f654cb2cc677208a853751bb 100644 (file)
@@ -19,9 +19,6 @@
  * with this program; if not, write to the Free Software Foundation, Inc., 
  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
-#include <stdlib.h>
-#include <stdio.h>
-#include <ctype.h>
 #include <zebra.h>
 #ifdef GNU_LINUX
 #include <net/ethernet.h>
index 13acae71f301599e8b842d0bcb852e446ed428e4..0b758c856e7c497d61b3c17eb55553933705055b 100644 (file)
@@ -20,7 +20,6 @@
  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
-#include <time.h>
 #include <zebra.h>
 
 #include "vty.h"
index 8b37e8c51796b9c9a72734962a2ed3c811f4afa7..4380092243341ce785d6d7591c90927f92de3f94 100644 (file)
@@ -19,9 +19,6 @@
  * with this program; if not, write to the Free Software Foundation, Inc., 
  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
-#include <stdlib.h>
-#include <stdio.h>
-#include <ctype.h>
 #include <zebra.h>
 
 #include "log.h"
index 7b4491c2fa886eb45ad441613a4cd0d935b6d043..63f2b6b963b4571dceffff919a60005c3dd79600 100644 (file)
@@ -21,8 +21,6 @@
  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
-#include <stdlib.h>
-#include <stdio.h>
 #include <zebra.h>
 
 #include "linklist.h"
index bc90847bf7fe70f539eb46174da43c18792a8e20..6971874d4e42bb44aa54cd5eb1a0b0d02f7b985c 100644 (file)
@@ -20,7 +20,6 @@
  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
-#include <stdio.h>
 #include <zebra.h>
 
 #include "getopt.h"
index a56856e04f16890aed968cafcf62f5eab56afaad..384ebe0bb132e86be1a192221f81facd8578dec0 100644 (file)
  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
-#include <stdlib.h>
-#include <stdio.h>
-#include <time.h>
-#include <ctype.h>
 #include <zebra.h>
-#include <sys/utsname.h>
 
 #include "stream.h"
 #include "vty.h"
index 466a91778b1a18a4b5dab2694ab99c96cdf4cebd..56459ecab8bff689b8fdae1de7ef8c0b05fdeb59 100644 (file)
@@ -20,9 +20,6 @@
  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <errno.h>
 #include <zebra.h>
 #ifdef GNU_LINUX
 #include <net/ethernet.h>      /* the L2 protocols */
index 90a51a21870768424467fe0af67f8b6e12a29779..2dc821560d15a898bd0bb75238c3040b6c158a16 100644 (file)
@@ -21,8 +21,6 @@
  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
-#include <stdio.h>
-#include <string.h>
 #include <zebra.h>
 
 #include "memory.h"
index 7d0239ca9cb982f7d3923845c9317178695910c8..c8f0aaba7b978f628259fd4b18f9527bb0506a67 100644 (file)
@@ -22,8 +22,6 @@
  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
-#include <stdlib.h>
-#include <stdio.h>
 #include <zebra.h>
 
 #include "thread.h"
index db52f328ace328fb1c14c7ce1220fcf2c9dd206d..4235d882f32aa641b0d63aeb4a9f458fbe747e51 100644 (file)
@@ -20,8 +20,6 @@
  * with this program; if not, write to the Free Software Foundation, Inc., 
  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
-#include <stdlib.h>
-#include <stdio.h>
 #include <zebra.h>
 
 #include "thread.h"
index 988ad9b24de1e1a05d71700ea644c5fbba3ae524..706ed16c3ed78e6aa47aa814c00b0672d62352ee 100644 (file)
@@ -21,8 +21,6 @@
  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
-#include <stdlib.h>
-#include <stdio.h>
 #include <zebra.h>
 
 #include "thread.h"