aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_output.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-13 03:50:34 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-13 03:50:34 +0000
commitf540b1065abc6d6d31f876c6eeb288f9ad035840 (patch)
tree07eb9071a15263c4512c588b90a4dc8f336abc9f /sys/ddb/db_output.c
parent24420201d81b5811215d97084494e6cc03c95ef5 (diff)
downloadsrc-f540b1065abc6d6d31f876c6eeb288f9ad035840.tar.gz
src-f540b1065abc6d6d31f876c6eeb288f9ad035840.zip
Change all #includes to follow the current Berkeley style. Some of these
``changes'' are actually not changes at all, but CVS sometimes has trouble telling the difference. This also includes support for second-directory compiles. This is not quite complete yet, as `config' doesn't yet do the right thing. You can still make it work trivially, however, by doing the following: rm /sys/compile mkdir /usr/obj/sys/compile ln -s M-. /sys/compile cd /sys/i386/conf config MYKERNEL cd ../../compile/MYKERNEL ln -s /sys @ rm machine ln -s @/i386/include machine make depend make
Notes
Notes: svn path=/head/; revision=2056
Diffstat (limited to 'sys/ddb/db_output.c')
-rw-r--r--sys/ddb/db_output.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c
index fc1bb1450be1..98b668a3fbf4 100644
--- a/sys/ddb/db_output.c
+++ b/sys/ddb/db_output.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_output.c,v 1.5 1993/11/25 01:30:08 wollman Exp $
+ * $Id: db_output.c,v 1.6 1993/12/19 00:49:45 wollman Exp $
*/
/*
@@ -35,11 +35,11 @@
* Printf and character output for debugger.
*/
-#include "param.h"
-#include "systm.h"
-#include "machine/stdarg.h"
-#include "ddb/ddb.h"
-#include "machine/cons.h"
+#include <sys/param.h>
+#include <sys/systm.h>
+#include <machine/stdarg.h>
+#include <ddb/ddb.h>
+#include <machine/cons.h>
/*
* Character output - tracks position in line.