Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/kdump Output a blank line between the fixed and vari...



details:   https://anonhg.NetBSD.org/src/rev/21950fa0f310
branches:  trunk
changeset: 785892:21950fa0f310
user:      dsl <dsl%NetBSD.org@localhost>
date:      Thu Apr 04 22:32:12 2013 +0000

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

diffstat:

 usr.bin/kdump/mkioctls |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b24953f7f715 -r 21950fa0f310 usr.bin/kdump/mkioctls
--- a/usr.bin/kdump/mkioctls    Thu Apr 04 22:17:13 2013 +0000
+++ b/usr.bin/kdump/mkioctls    Thu Apr 04 22:32:12 2013 +0000
@@ -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 <dev/ic/hd44780reg.h>"
 echo "#include <dev/pci/mlyreg.h>"
 echo "#include <prop/proplib.h>"
+echo
 
 for i
 do



Home | Main Index | Thread Index | Old Index