summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/powerpc/include/disklabel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/disklabel.h b/sys/arch/powerpc/include/disklabel.h
index c1db665f39a..3ec45cd4b23 100644
--- a/sys/arch/powerpc/include/disklabel.h
+++ b/sys/arch/powerpc/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.14 2001/03/14 08:02:11 drahn Exp $ */
+/* $OpenBSD: disklabel.h,v 1.15 2001/06/24 04:54:21 drahn Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@@ -94,7 +94,6 @@ get_le(p)
void *p;
#endif
{
- u_int32_t c;
u_int8_t *_p = (u_int8_t *)p;
int x;
x = _p[0];