mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 20:44:29 +00:00

2006-08-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * misc_null.c: Must include header files to get older versions of gcc to process the #pragma statements properly.
10 lines
238 B
C
10 lines
238 B
C
#include <zebra.h>
|
|
|
|
#include "prefix.h"
|
|
#include "zebra/rtadv.h"
|
|
#include "zebra/irdp.h"
|
|
|
|
void ifstat_update_proc (void) { return; }
|
|
#pragma weak rtadv_config_write = ifstat_update_proc
|
|
#pragma weak irdp_config_write = ifstat_update_proc
|