#ifndef lint
static char copyright[] =
-"$Id: failover.c,v 1.20 2000/06/24 06:30:11 mellon Exp $ Copyright (c) 1999-2000 The Internet Software Consortium. All rights reserved.\n";
+"$Id: failover.c,v 1.21 2000/06/29 20:02:50 mellon Exp $ Copyright (c) 1999-2000 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
# define FMA obuf, &obufix, sizeof obuf
failover_print (FMA, "(contact");
#else
-# define FMA (unsigned char *)0, (unsigned *)0, 0
+# define FMA (char *)0, (unsigned *)0, 0
#endif
if (!state || state -> type != dhcp_type_failover_state)
# define FMA obuf, &obufix, sizeof obuf
failover_print (FMA, "(connect");
#else
-# define FMA (unsigned char *)0, (unsigned *)0, 0
+# define FMA (char *)0, (unsigned *)0, 0
#endif
if (!l || l -> type != dhcp_type_failover_link)
# define FMA obuf, &obufix, sizeof obuf
failover_print (FMA, "(connectack");
#else
-# define FMA (unsigned char *)0, (unsigned *)0, 0
+# define FMA (char *)0, (unsigned *)0, 0
#endif
if (!l || l -> type != dhcp_type_failover_link)
# define FMA obuf, &obufix, sizeof obuf
failover_print (FMA, "(disconnect");
#else
-# define FMA (unsigned char *)0, (unsigned *)0, 0
+# define FMA (char *)0, (unsigned *)0, 0
#endif
if (!l || l -> type != dhcp_type_failover_link)
# define FMA obuf, &obufix, sizeof obuf
failover_print (FMA, "(bndupd");
#else
-# define FMA (unsigned char *)0, (unsigned *)0, 0
+# define FMA (char *)0, (unsigned *)0, 0
#endif
if (!state -> link_to_peer ||
# define FMA obuf, &obufix, sizeof obuf
failover_print (FMA, "(bndack");
#else
-# define FMA (unsigned char *)0, (unsigned *)0, 0
+# define FMA (char *)0, (unsigned *)0, 0
#endif
if (!state -> link_to_peer ||
# define FMA obuf, &obufix, sizeof obuf
failover_print (FMA, "(poolreq");
#else
-# define FMA (unsigned char *)0, (unsigned *)0, 0
+# define FMA (char *)0, (unsigned *)0, 0
#endif
if (!state -> link_to_peer ||
# define FMA obuf, &obufix, sizeof obuf
failover_print (FMA, "(poolresp");
#else
-# define FMA (unsigned char *)0, (unsigned *)0, 0
+# define FMA (char *)0, (unsigned *)0, 0
#endif
if (!state -> link_to_peer ||