From 9a102a9bd54e75924c164c793a14c0c6aa80f4de Mon Sep 17 00:00:00 2001 From: Alexander Yurchenko Date: Wed, 10 Nov 2004 10:36:13 +0000 Subject: Remove __cplusplus crud. --- sys/arch/amd64/include/disklabel.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys/arch/amd64') 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; -- cgit v1.2.3