]> git.puffer.fish Git - mirror/frr.git/commitdiff
[zebra] add more stuff to misc_null to avoid compile breakages
authorPaul Jakma <paul.jakma@sun.com>
Fri, 4 Aug 2006 06:14:13 +0000 (06:14 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Fri, 4 Aug 2006 06:14:13 +0000 (06:14 +0000)
2006-08-04 Paul Jakma <paul.jakma@sun.com>

* misc_null.c: Add ifstat_update_sysctl, add another required
  header.

zebra/ChangeLog
zebra/misc_null.c

index 72245eb3be947fd3f8d5f57e768c0694f0145b80..dced6760dd265b2831383b68e091b048a1d6885a 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-04 Paul Jakma <paul.jakma@sun.com>
+
+       * misc_null.c: Add ifstat_update_sysctl, add another required
+         header.
+
 2006-08-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
        * misc_null.c: Must include header files to get older versions of gcc
index b6a124ff7ebf47cb48cf1fb67154320ac903aa79..735943015a02f2210a016dbdfe236bc21fd81ca5 100644 (file)
@@ -3,7 +3,9 @@
 #include "prefix.h"
 #include "zebra/rtadv.h"
 #include "zebra/irdp.h"
+#include "zebra/interface.h"
 
 void ifstat_update_proc (void) { return; }
 #pragma weak rtadv_config_write = ifstat_update_proc
 #pragma weak irdp_config_write = ifstat_update_proc
+#pragma weak ifstat_update_sysctl = ifstat_update_proc