mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 11:21:07 +00:00
[testzebra] Patch to misc_null.c to get older gcc to recognize #pragma tricks
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.
This commit is contained in:
parent
c3eab60e77
commit
a6974fef05
@ -1,3 +1,8 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2006-07-27 Paul Jakma <paul.jakma@sun.com>
|
2006-07-27 Paul Jakma <paul.jakma@sun.com>
|
||||||
|
|
||||||
* {ioctl,kernel}_null.c: Dummy/Null kernel method implementations,
|
* {ioctl,kernel}_null.c: Dummy/Null kernel method implementations,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
#include <zebra.h>
|
||||||
|
|
||||||
|
#include "prefix.h"
|
||||||
|
#include "zebra/rtadv.h"
|
||||||
|
#include "zebra/irdp.h"
|
||||||
|
|
||||||
void ifstat_update_proc (void) { return; }
|
void ifstat_update_proc (void) { return; }
|
||||||
#pragma weak rtadv_config_write = ifstat_update_proc
|
#pragma weak rtadv_config_write = ifstat_update_proc
|
||||||
|
Loading…
Reference in New Issue
Block a user