summaryrefslogtreecommitdiffstats
path: root/lib/zebra.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Route (reject|blackhole) support from 6Wind patch.hasso2003-05-251-1/+1
|
* From: rivo nurges <rix@estpak.ee>paul2003-05-241-3/+0
| | | | | | Subject: solaris compile patch types defined for SUNOS_5 were already defined in config.h
* Undo revision 1.3, revert back to zebra_org 1.1.1.2.paul2003-05-201-0/+4
| | | | | asm/types.h is required for netlink. Later glibc's seem to have resolved the warning.
* From: Paul Jakma <paul@clubi.ie>paul2003-05-191-4/+46
| | | | | | | | | | | | | Subject: [zebra 19097] HAVE_ASM_TYPES does anyone know why lib/zebra.h has: #ifdef HAVE_ASM_TYPES_H #include <asm/types.h> #endif /* HAVE_ASM_TYPES_H */ There's no need for it that i can see (least not on linux) and it causes compile warnings. Is it needed? If so, why?
* Initial revisionpaul2002-12-131-0/+312