I'm not sure if this was intentional or not, but here is a small diff
for usr.sbin/dhcpd/confpars.c.
-- 
Edgar Pettijohn
Index: confpars.c
===================================================================
RCS file: /cvs/src/usr.sbin/dhcpd/confpars.c,v
retrieving revision 1.26
diff -u -p -u -r1.26 confpars.c
--- confpars.c  6 Feb 2016 23:50:10 -0000       1.26
+++ confpars.c  2 Aug 2016 03:57:41 -0000
@@ -176,13 +176,9 @@ read_leases(void)
                 | VENDOR_CLASS class-declaration
                 | USER_CLASS class-declaration
                 | RANGE address-range-declaration */
-
-int parse_statement(cfile, group, type, host_decl, declaration)
-       FILE *cfile;
-       struct group *group;
-       int type;
-       struct host_decl *host_decl;
-       int declaration;
+int
+parse_statement(FILE *cfile, struct group *group, int type, 
+       struct host_decl *host_decl, int declaration)
 {
        int token;
        char *val;

Reply via email to