summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include
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/macppc/include
parent405a9d9ffb4b17c481e32a4049fbe3a6d2231f09 (diff)
Remove __cplusplus crud.
Diffstat (limited to 'sys/arch/macppc/include')
-rw-r--r--sys/arch/macppc/include/disklabel.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/macppc/include/disklabel.h b/sys/arch/macppc/include/disklabel.h
index 6412730c2ec..ee78f75fc52 100644
--- a/sys/arch/macppc/include/disklabel.h
+++ b/sys/arch/macppc/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.4 2002/09/15 09:01:58 deraadt Exp $ */
+/* $OpenBSD: disklabel.h,v 1.5 2004/11/10 10:36:12 grange Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@@ -87,12 +87,7 @@ struct dos_partition {
static __inline u_int32_t get_le(void *p);
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;
int x;