mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 13:21:22 +00:00
[isisd] remove includes of common system headers.
2005-11-20 Paul Jakma <paul.jakma@sun.com> * (general) remove includes of very common system headers, these are already picked up by zebra.h. Further, including them before zebra.h messes up all our lovely (sarcasm) autoconf'd detecting of platform specific things. Recent addition of stdint.h to configure.ac and zebra.h appears particularly to throw up this problem.
This commit is contained in:
parent
4859e20c40
commit
77b1cffe3b
@ -1,3 +1,12 @@
|
||||
2005-11-20 Paul Jakma <paul.jakma@sun.com>
|
||||
|
||||
* (general) remove includes of very common system headers,
|
||||
these are already picked up by zebra.h. Further, including
|
||||
them before zebra.h messes up all our lovely (sarcasm)
|
||||
autoconf'd detecting of platform specific things. Recent
|
||||
addition of stdint.h to configure.ac and zebra.h appears
|
||||
particularly to throw up this problem.
|
||||
|
||||
2005-10-01 Hasso Tepper <hasso at quagga.net>
|
||||
|
||||
* isis_adjacency.c: Stop expire timer while deleting adjacency.
|
||||
|
@ -21,9 +21,6 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include <zebra.h>
|
||||
|
||||
#include "log.h"
|
||||
|
@ -19,9 +19,6 @@
|
||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <zebra.h>
|
||||
#ifdef GNU_LINUX
|
||||
#include <net/ethernet.h>
|
||||
|
@ -20,7 +20,6 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <time.h>
|
||||
#include <zebra.h>
|
||||
|
||||
#include "vty.h"
|
||||
|
@ -19,9 +19,6 @@
|
||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <zebra.h>
|
||||
|
||||
#include "log.h"
|
||||
|
@ -21,8 +21,6 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <zebra.h>
|
||||
|
||||
#include "linklist.h"
|
||||
|
@ -20,7 +20,6 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <zebra.h>
|
||||
|
||||
#include "getopt.h"
|
||||
|
@ -21,12 +21,7 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <ctype.h>
|
||||
#include <zebra.h>
|
||||
#include <sys/utsname.h>
|
||||
|
||||
#include "stream.h"
|
||||
#include "vty.h"
|
||||
|
@ -20,9 +20,6 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <errno.h>
|
||||
#include <zebra.h>
|
||||
#ifdef GNU_LINUX
|
||||
#include <net/ethernet.h> /* the L2 protocols */
|
||||
|
@ -21,8 +21,6 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <zebra.h>
|
||||
|
||||
#include "memory.h"
|
||||
|
@ -22,8 +22,6 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <zebra.h>
|
||||
|
||||
#include "thread.h"
|
||||
|
@ -20,8 +20,6 @@
|
||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <zebra.h>
|
||||
|
||||
#include "thread.h"
|
||||
|
@ -21,8 +21,6 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <zebra.h>
|
||||
|
||||
#include "thread.h"
|
||||
|
Loading…
Reference in New Issue
Block a user