summaryrefslogtreecommitdiffstats
path: root/bsd-user/openbsd/host-os.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-user/openbsd/host-os.h')
-rw-r--r--bsd-user/openbsd/host-os.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bsd-user/openbsd/host-os.h b/bsd-user/openbsd/host-os.h
index eb8fdf1567..b9222335d4 100644
--- a/bsd-user/openbsd/host-os.h
+++ b/bsd-user/openbsd/host-os.h
@@ -17,9 +17,9 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _HOST_OS_H_
-#define _HOST_OS_H_
+#ifndef HOST_OS_H
+#define HOST_OS_H
#define HOST_DEFAULT_BSD_TYPE target_openbsd
-#endif /*!_HOST_OS_H_ */
+#endif /* HOST_OS_H */