Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/dhcp/minires Add a missing semicolon. Reported by Ian D...



details:   https://anonhg.NetBSD.org/src/rev/fc9105907bf8
branches:  trunk
changeset: 533020:fc9105907bf8
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Jun 19 08:51:38 2002 +0000

description:
Add a missing semicolon. Reported by Ian Dall in bin/17311.

diffstat:

 dist/dhcp/minires/res_send.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r dd737c252c2b -r fc9105907bf8 dist/dhcp/minires/res_send.c
--- a/dist/dhcp/minires/res_send.c      Wed Jun 19 08:11:55 2002 +0000
+++ b/dist/dhcp/minires/res_send.c      Wed Jun 19 08:51:38 2002 +0000
@@ -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 @@
                                                           (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;



Home | Main Index | Thread Index | Old Index