Module Name:    src
Committed By:   dsl
Date:           Thu Apr  4 22:32:12 UTC 2013

Modified Files:
        src/usr.bin/kdump: mkioctls

Log Message:
Output a blank line between the fixed and variable #include lines.
Just a little hint that they come from different places.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/usr.bin/kdump/mkioctls

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

Modified files:

Index: src/usr.bin/kdump/mkioctls
diff -u src/usr.bin/kdump/mkioctls:1.40 src/usr.bin/kdump/mkioctls:1.41
--- src/usr.bin/kdump/mkioctls:1.40	Fri Mar  1 18:26:10 2013
+++ src/usr.bin/kdump/mkioctls	Thu Apr  4 22:32:12 2013
@@ -1,5 +1,5 @@
 #!/bin/sh
-#	$NetBSD: mkioctls,v 1.40 2013/03/01 18:26:10 joerg Exp $
+#	$NetBSD: mkioctls,v 1.41 2013/04/04 22:32:12 dsl Exp $
 #
 # Copyright (c) 1994
 #	The Regents of the University of California.  All rights reserved.
@@ -75,6 +75,7 @@ echo "#include <netinet6/nd6.h>"
 echo "#include <dev/ic/hd44780reg.h>"
 echo "#include <dev/pci/mlyreg.h>"
 echo "#include <prop/proplib.h>"
+echo
 
 for i
 do

Reply via email to