Add a missing semicolon. Reported by Ian Dall in bin/17311.
This commit is contained in:
parent
fc257046b9
commit
a518254934
4
dist/dhcp/minires/res_send.c
vendored
4
dist/dhcp/minires/res_send.c
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user