Module Name:    src
Committed By:   joerg
Date:           Sat Mar 29 22:45:31 UTC 2014

Modified Files:
        src/usr.sbin/bootp/bootpd: bootpd.c

Log Message:
Fix syntax (hi apb!)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/bootp/bootpd/bootpd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/bootp/bootpd/bootpd.c
diff -u src/usr.sbin/bootp/bootpd/bootpd.c:1.25 src/usr.sbin/bootp/bootpd/bootpd.c:1.26
--- src/usr.sbin/bootp/bootpd/bootpd.c:1.25	Sat Mar 29 18:23:00 2014
+++ src/usr.sbin/bootp/bootpd/bootpd.c	Sat Mar 29 22:45:31 2014
@@ -22,7 +22,7 @@ SOFTWARE.
 
 #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 @@ HW addr type is IEEE 802.  convert to %s
 	} else {
 		lrealpath[0] = '\0';
 		clntpath = lrealpath;
-		clntpathmaxlen = sizeof(lrealpath)
+		clntpathmaxlen = sizeof(lrealpath);
 	}
 
 	/*

Reply via email to