Module Name: src
Committed By: pooka
Date: Mon Mar 8 11:12:32 UTC 2010
Modified Files:
src/usr.bin/config: gram.y
Log Message:
print ioconf WARNING in caps too
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/config/gram.y
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/config/gram.y
diff -u src/usr.bin/config/gram.y:1.22 src/usr.bin/config/gram.y:1.23
--- src/usr.bin/config/gram.y:1.22 Mon Mar 8 10:19:14 2010
+++ src/usr.bin/config/gram.y Mon Mar 8 11:12:32 2010
@@ -1,5 +1,5 @@
%{
-/* $NetBSD: gram.y,v 1.22 2010/03/08 10:19:14 pooka Exp $ */
+/* $NetBSD: gram.y,v 1.23 2010/03/08 11:12:32 pooka Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -621,7 +621,7 @@
struct nvlist *nv;
if (isioconf) {
- fprintf(stderr, "warning: ioconf is an experimental feature\n");
+ fprintf(stderr, "WARNING: ioconf is an experimental feature\n");
if (include(_PATH_DEVNULL, ENDDEFS, 0, 0) != 0)
exit(1);
ioconfname = mch;