From a365534f8d695438eb57aa8fd4e36288a59e05ad Mon Sep 17 00:00:00 2001 From: ajs Date: Wed, 29 Dec 2004 17:39:10 +0000 Subject: 2004-12-29 Andrew J. Schorr * watchquagga.c: Fix headers: get most stuff from zebra.h. --- watchquagga/ChangeLog | 4 ++++ watchquagga/watchquagga.c | 27 +++++---------------------- 2 files changed, 9 insertions(+), 22 deletions(-) (limited to 'watchquagga') diff --git a/watchquagga/ChangeLog b/watchquagga/ChangeLog index 4cea8b4e..28a3a297 100644 --- a/watchquagga/ChangeLog +++ b/watchquagga/ChangeLog @@ -1,3 +1,7 @@ +2004-12-29 Andrew J. Schorr + + * watchquagga.c: Fix headers: get most stuff from zebra.h. + 2004-12-23 Paul Jakma * watchquagga.c: Add missing getopt.h include diff --git a/watchquagga/watchquagga.c b/watchquagga/watchquagga.c index fb1dbdd8..e67c61d5 100644 --- a/watchquagga/watchquagga.c +++ b/watchquagga/watchquagga.c @@ -1,5 +1,5 @@ /* - $Id: watchquagga.c,v 1.6 2004/12/23 19:35:56 paul Exp $ + $Id: watchquagga.c,v 1.7 2004/12/29 17:39:10 ajs Exp $ Monitor status of quagga daemons and restart if necessary. @@ -20,31 +20,14 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* System headers: */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/* Quagga headers: */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - +#include #include #include #include -#include +#include #include +#include +#include #ifndef MIN #define MIN(X,Y) (((X) <= (Y)) ? (X) : (Y)) -- cgit v1.2.1