diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-06 22:46:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-06 22:46:01 +0000 |
commit | d0c6492c794f6388d9f91762441f740e4586841c (patch) | |
tree | a78a0ae30efff7fedd2120212c9010ffa9c0dabd /sys/arch/mvmeppc/include/disklabel.h | |
parent | 3a8b944f4a03ea8140842e0ea220429ac29d8fd0 (diff) |
-Wall -Werror cleanup.
Diffstat (limited to 'sys/arch/mvmeppc/include/disklabel.h')
-rw-r--r-- | sys/arch/mvmeppc/include/disklabel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/include/disklabel.h b/sys/arch/mvmeppc/include/disklabel.h index 61ccca25afe..44a54eae871 100644 --- a/sys/arch/mvmeppc/include/disklabel.h +++ b/sys/arch/mvmeppc/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.1 2001/06/26 21:57:44 smurph Exp $ */ +/* $OpenBSD: disklabel.h,v 1.2 2001/11/06 22:45:57 miod Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -100,7 +100,6 @@ get_le(p) void *p; #endif { - u_int32_t c; u_int8_t *_p = (u_int8_t *)p; int x; x = _p[0]; |