diff options
author | gene <gene@cvs.openbsd.org> | 1997-11-30 06:12:37 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1997-11-30 06:12:37 +0000 |
commit | d38ea97d5692fd273af6f1bb45f6fcbd1cc78c45 (patch) | |
tree | 55df065fcb9af5fddde30aaf3aa93f1c2bbd92e8 /sys/arch/mac68k/include/profile.h | |
parent | 9e65d69d88fc84d29b4d23a4607b0a3291e32c32 (diff) |
Canonify the _*_H_ namespace appropriately.
Also, clean up comments and wrap with _KERNEL correctly.
Diffstat (limited to 'sys/arch/mac68k/include/profile.h')
-rw-r--r-- | sys/arch/mac68k/include/profile.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/include/profile.h b/sys/arch/mac68k/include/profile.h index 5dc933dce17..9ca89ff0903 100644 --- a/sys/arch/mac68k/include/profile.h +++ b/sys/arch/mac68k/include/profile.h @@ -1,9 +1,9 @@ -/* $OpenBSD: profile.h,v 1.3 1996/05/26 18:35:59 briggs Exp $ */ +/* $OpenBSD: profile.h,v 1.4 1997/11/30 06:12:33 gene Exp $ */ /* $NetBSD: profile.h,v 1.3 1996/05/05 06:17:55 briggs Exp $ */ -#ifndef _PROFILE_MACHINE_ -#define _PROFILE_MACHINE_ +#ifndef _MAC68K_PROFILE_H_ +#define _MAC68K_PROFILE_H_ #include <m68k/profile.h> -#endif _PROFILE_MACHINE_ +#endif |