summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_sym.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_sym.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_sym.h')
-rw-r--r--sys/ddb/db_sym.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h
index bc17bd0..a256b79 100644
--- a/sys/ddb/db_sym.h
+++ b/sys/ddb/db_sym.h
@@ -23,9 +23,12 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id$
+ * $Id: db_sym.h,v 1.2 1993/10/16 16:47:27 rgrimes Exp $
*/
+#ifndef _DDB_DB_SYM_H_
+#define _DDB_DB_SYM_H_ 1
+
/*
* Author: Alessandro Forin, Carnegie Mellon University
* Date: 8/90
@@ -96,3 +99,4 @@ extern int db_eqname(/* char*, char*, char */);
extern void db_printsym(/* db_expr_t, db_strategy_t */);
/* print closest symbol to a value */
+#endif /* _DDB_DB_SYM_H_ */
OpenPOWER on IntegriCloud