diff options
Diffstat (limited to 'db/db.h')
-rw-r--r-- | db/db.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/db/db.h b/db/db.h index 8f1a9de9e2..f00c4df9f9 100644 --- a/db/db.h +++ b/db/db.h @@ -33,8 +33,8 @@ * @(#)db.h 8.7 (Berkeley) 6/16/94 */ -#ifndef _DB_H_ -#define _DB_H_ +#ifndef _DB_H +#define _DB_H 1 #include <sys/types.h> #include <sys/cdefs.h> @@ -234,4 +234,5 @@ DB *__rec_open __P((const char *, int, int, const RECNOINFO *, int)); void __dbpanic __P((DB *dbp)); #endif __END_DECLS -#endif /* !_DB_H_ */ + +#endif /* db.h */ |