mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-11 00:16:07 +00:00
Compile with gcc-4.0.
This commit is contained in:
parent
73d1aeada7
commit
c83dcd3f81
@ -1,3 +1,8 @@
|
||||
2004-09-26 Hasso Tepper <hasso at quagga.net>
|
||||
|
||||
* isis_lsp.h: Cast-as-lvalue extension is deprecated and is not
|
||||
accpted any more in gcc-4.0.
|
||||
|
||||
2004-09-24 Hasso Tepper <hasso at quagga.net>
|
||||
|
||||
* isisd.c: thread_master *master is already defined in isis_main.c.
|
||||
|
@ -104,8 +104,8 @@ void lsp_purge_non_exist (struct isis_link_state_hdr *lsp_hdr,
|
||||
#define LSP_NEWER 2
|
||||
#define LSP_OLDER 3
|
||||
|
||||
#define LSP_PSEUDO_ID(I) ((u_char)(I)[ISIS_SYS_ID_LEN])
|
||||
#define LSP_FRAGMENT(I) ((u_char)(I)[ISIS_SYS_ID_LEN + 1])
|
||||
#define LSP_PSEUDO_ID(I) ((I)[ISIS_SYS_ID_LEN])
|
||||
#define LSP_FRAGMENT(I) ((I)[ISIS_SYS_ID_LEN + 1])
|
||||
#define OWNLSPID(I) \
|
||||
memcpy ((I), isis->sysid, ISIS_SYS_ID_LEN);\
|
||||
(I)[ISIS_SYS_ID_LEN] = 0;\
|
||||
|
Loading…
Reference in New Issue
Block a user