Source-Changes-HG archive

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

[src/trunk]: src/sys/ddb #include <sys/systm.h> for the snprintf() prototype.



details:   https://anonhg.NetBSD.org/src/rev/903edab353d6
branches:  trunk
changeset: 487369:903edab353d6
user:      soren <soren%NetBSD.org@localhost>
date:      Tue Jun 06 18:50:56 2000 +0000

description:
#include <sys/systm.h> for the snprintf() prototype.

diffstat:

 sys/ddb/db_lex.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 43a4642efaaa -r 903edab353d6 sys/ddb/db_lex.c
--- a/sys/ddb/db_lex.c  Tue Jun 06 18:42:47 2000 +0000
+++ b/sys/ddb/db_lex.c  Tue Jun 06 18:50:56 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_lex.c,v 1.12 2000/06/06 05:06:25 jhawk Exp $        */
+/*     $NetBSD: db_lex.c,v 1.13 2000/06/06 18:50:56 soren Exp $        */
 
 /* 
  * Mach Operating System
@@ -33,6 +33,7 @@
  * Lexical analyzer.
  */
 #include <sys/param.h>
+#include <sys/systm.h>
 
 #include <machine/db_machdep.h>
 



Home | Main Index | Thread Index | Old Index