Annotation of embedaddon/quagga/zebra/misc_null.c, revision 1.1

1.1     ! misho       1: #include <zebra.h>
        !             2: 
        !             3: #include "prefix.h"
        !             4: #include "zebra/rtadv.h"
        !             5: #include "zebra/irdp.h"
        !             6: #include "zebra/interface.h"
        !             7: 
        !             8: void ifstat_update_proc (void) { return; }
        !             9: #pragma weak rtadv_config_write = ifstat_update_proc
        !            10: #pragma weak irdp_config_write = ifstat_update_proc
        !            11: #pragma weak ifstat_update_sysctl = ifstat_update_proc

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>