Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/config Add a trailing ; to CFDRIVER_DECL.



details:   https://anonhg.NetBSD.org/src/rev/2d77054633dd
branches:  trunk
changeset: 537581:2d77054633dd
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Oct 02 16:49:03 2002 +0000

description:
Add a trailing ; to CFDRIVER_DECL.

diffstat:

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

diffs (18 lines):

diff -r fa493fe06e24 -r 2d77054633dd usr.sbin/config/mkioconf.c
--- a/usr.sbin/config/mkioconf.c        Wed Oct 02 16:33:28 2002 +0000
+++ b/usr.sbin/config/mkioconf.c        Wed Oct 02 16:49:03 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mkioconf.c,v 1.66 2002/09/30 18:54:36 thorpej Exp $    */
+/*     $NetBSD: mkioconf.c,v 1.67 2002/10/02 16:49:03 thorpej Exp $    */
 
 /*
  * Copyright (c) 1992, 1993
@@ -201,7 +201,7 @@
                        return (1);
                else if (has_iattrs == 0 && fprintf(fp, "NULL") < 0)
                        return (1);
-               if (fprintf(fp, /* ( */ ")\n\n") < 0)
+               if (fprintf(fp, /* ( */ ");\n\n") < 0)
                        return (1);
        }
 



Home | Main Index | Thread Index | Old Index