summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-11-07 17:39:25 +0000
committerwollman <wollman@FreeBSD.org>1993-11-07 17:39:25 +0000
commitf76e5f01603b75a279cb3cc8d4f4fea4b3f5a53d (patch)
treefe4a51ef83556fd55a91ad8c30f6ccdfebdbb4b2 /sys/ddb/db_command.h
parente31f27fb9058e2da4f7bfb3cfa01bff2a870805c (diff)
downloadFreeBSD-src-f76e5f01603b75a279cb3cc8d4f4fea4b3f5a53d.zip
FreeBSD-src-f76e5f01603b75a279cb3cc8d4f4fea4b3f5a53d.tar.gz
Make all headers idempotent. All incorrect common data moved out of header
files and into a related source file.
Diffstat (limited to 'sys/ddb/db_command.h')
-rw-r--r--sys/ddb/db_command.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h
index 191d733..a883e63 100644
--- a/sys/ddb/db_command.h
+++ b/sys/ddb/db_command.h
@@ -23,9 +23,12 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id$
+ * $Id: db_command.h,v 1.2 1993/10/16 16:47:12 rgrimes Exp $
*/
+#ifndef _DDB_DB_COMMAND_H_
+#define _DDB_DB_COMMAND_H_ 1
+
/*
* Author: David B. Golub, Carnegie Mellon University
* Date: 7/90
@@ -51,3 +54,4 @@ extern db_addr_t db_next; /* next address to be examined
or written */
+#endif /* _DDB_DB_COMMAND_H_ */
OpenPOWER on IntegriCloud