diff options
Diffstat (limited to 'sys/arch/macppc/include/disklabel.h')
-rw-r--r-- | sys/arch/macppc/include/disklabel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/include/disklabel.h b/sys/arch/macppc/include/disklabel.h index b3e13648d3f..300836b658a 100644 --- a/sys/arch/macppc/include/disklabel.h +++ b/sys/arch/macppc/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.1 2001/09/01 15:49:06 drahn Exp $ */ +/* $OpenBSD: disklabel.h,v 1.2 2002/03/14 01:26:36 millert Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -84,7 +84,7 @@ struct dos_partition { #define DPSECT(s) ((s) & 0x3f) #define DPCYL(c, s) ((c) + (((s) & 0xc0) << 2)) -static __inline u_int32_t get_le __P((void *p)); +static __inline u_int32_t get_le(void *p); static __inline u_int32_t #ifdef __cplusplus |