summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2004-11-10 10:36:13 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2004-11-10 10:36:13 +0000
commit9a102a9bd54e75924c164c793a14c0c6aa80f4de (patch)
tree1781bd953694e8e6b44e896689797acf05e18c86 /sys/arch/amd64
parent405a9d9ffb4b17c481e32a4049fbe3a6d2231f09 (diff)
Remove __cplusplus crud.
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/include/disklabel.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/amd64/include/disklabel.h b/sys/arch/amd64/include/disklabel.h
index 8b2ef5f335c..bf6b91950b0 100644
--- a/sys/arch/amd64/include/disklabel.h
+++ b/sys/arch/amd64/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.1 2004/01/28 01:39:39 mickey Exp $ */
+/* $OpenBSD: disklabel.h,v 1.2 2004/11/10 10:36:12 grange Exp $ */
/* $NetBSD: disklabel.h,v 1.3 1996/03/09 20:52:54 ghudson Exp $ */
/*
@@ -99,12 +99,7 @@ struct cpu_disklabel {
static __inline u_int32_t get_le(void *);
static __inline u_int32_t
-#ifdef __cplusplus
get_le(void *p)
-#else
-get_le(p)
- void *p;
-#endif
{
u_int8_t *_p = (u_int8_t *)p;
u_int32_t x;