diff --git a/dist/dhcp/minires/res_send.c b/dist/dhcp/minires/res_send.c index a4c32d6c00bb..cfba6a010a64 100644 --- a/dist/dhcp/minires/res_send.c +++ b/dist/dhcp/minires/res_send.c @@ -70,7 +70,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: res_send.c,v 1.1.1.1 2001/08/03 11:35:36 drochner Exp $"; +static const char rcsid[] = "$Id: res_send.c,v 1.2 2002/06/19 08:51:38 wiz Exp $"; #endif /* LIBC_SCCS and not lint */ /* Rename the I/O functions in case we're tracing. */ @@ -600,7 +600,7 @@ res_nsend(res_state statp, (unsigned)len); } Dprint(statp->options & RES_DEBUG, - (stdout, ";; new DG socket\n")) + (stdout, ";; new DG socket\n")); #endif /* CAN_RECONNECT */ statp->_flags &= ~RES_F_CONN; errno = 0;