#ifndef lint
static char copyright[] =
-"$Id: inet_addr.c,v 1.1 1997/03/29 03:56:23 mellon Exp $ Copyright (c) 1983, 1990, 1993 The Regents of the University of California. All rights reserved.\n";
+"$Id: inet_addr.c,v 1.2 1997/03/29 10:37:51 mellon Exp $ Copyright (c) 1983, 1990, 1993 The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
*/
int
inet_aton(cp, addr)
- register const char *cp;
+ char *cp;
struct in_addr *addr;
{
register u_long val;