Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/bootp/bootpd Fix syntax (hi apb!)



details:   https://anonhg.NetBSD.org/src/rev/967e2f613a40
branches:  trunk
changeset: 328260:967e2f613a40
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Mar 29 22:45:31 2014 +0000

description:
Fix syntax (hi apb!)

diffstat:

 usr.sbin/bootp/bootpd/bootpd.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 504d523637e0 -r 967e2f613a40 usr.sbin/bootp/bootpd/bootpd.c
--- a/usr.sbin/bootp/bootpd/bootpd.c    Sat Mar 29 22:44:20 2014 +0000
+++ b/usr.sbin/bootp/bootpd/bootpd.c    Sat Mar 29 22:45:31 2014 +0000
@@ -22,7 +22,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: bootpd.c,v 1.25 2014/03/29 18:23:00 apb Exp $");
+__RCSID("$NetBSD: bootpd.c,v 1.26 2014/03/29 22:45:31 joerg Exp $");
 #endif
 
 /*
@@ -816,7 +816,7 @@
        } else {
                lrealpath[0] = '\0';
                clntpath = lrealpath;
-               clntpathmaxlen = sizeof(lrealpath)
+               clntpathmaxlen = sizeof(lrealpath);
        }
 
        /*



Home | Main Index | Thread Index | Old Index