Source-Changes-HG archive

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

[src/trunk]: src/sys/sys wishful thinking?



details:   https://anonhg.NetBSD.org/src/rev/7ba447857067
branches:  trunk
changeset: 810433:7ba447857067
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sun Aug 30 08:46:44 2015 +0000

description:
wishful thinking?

diffstat:

 sys/sys/cdefs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b66be7f2c7fc -r 7ba447857067 sys/sys/cdefs.h
--- a/sys/sys/cdefs.h   Sun Aug 30 08:33:29 2015 +0000
+++ b/sys/sys/cdefs.h   Sun Aug 30 08:46:44 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cdefs.h,v 1.125 2015/08/30 07:55:45 uebayasi Exp $     */
+/*     $NetBSD: cdefs.h,v 1.126 2015/08/30 08:46:44 mlelstv Exp $      */
 
 /* * Copyright (c) 1991, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -37,7 +37,7 @@
 #define        _SYS_CDEFS_H_
 
 #ifdef _KERNEL_OPT
-#included "opt_diagnostic.h"
+#include "opt_diagnostic.h"
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index