diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-11-10 10:36:13 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-11-10 10:36:13 +0000 |
commit | 9a102a9bd54e75924c164c793a14c0c6aa80f4de (patch) | |
tree | 1781bd953694e8e6b44e896689797acf05e18c86 /sys/arch/arm/include/disklabel.h | |
parent | 405a9d9ffb4b17c481e32a4049fbe3a6d2231f09 (diff) |
Remove __cplusplus crud.
Diffstat (limited to 'sys/arch/arm/include/disklabel.h')
-rw-r--r-- | sys/arch/arm/include/disklabel.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/arch/arm/include/disklabel.h b/sys/arch/arm/include/disklabel.h index e4bc2e7f503..aaa41e8704d 100644 --- a/sys/arch/arm/include/disklabel.h +++ b/sys/arch/arm/include/disklabel.h @@ -1,5 +1,5 @@ -/* $OpenBSD: disklabel.h,v 1.3 2004/05/19 03:17:07 drahn Exp $ */ -/* $OpenBSD: disklabel.h,v 1.3 2004/05/19 03:17:07 drahn Exp $ */ +/* $OpenBSD: disklabel.h,v 1.4 2004/11/10 10:36:12 grange Exp $ */ +/* $OpenBSD: disklabel.h,v 1.4 2004/11/10 10:36:12 grange Exp $ */ /* $NetBSD: disklabel.h,v 1.2 2001/11/25 19:02:03 thorpej Exp $ */ /* @@ -110,12 +110,7 @@ struct dos_partition { #else 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; |