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/dev/bugtty.c | |
parent | 3a8b944f4a03ea8140842e0ea220429ac29d8fd0 (diff) |
-Wall -Werror cleanup.
Diffstat (limited to 'sys/arch/mvmeppc/dev/bugtty.c')
-rw-r--r-- | sys/arch/mvmeppc/dev/bugtty.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/dev/bugtty.c b/sys/arch/mvmeppc/dev/bugtty.c index fc38b8f9127..0b919b28a54 100644 --- a/sys/arch/mvmeppc/dev/bugtty.c +++ b/sys/arch/mvmeppc/dev/bugtty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bugtty.c,v 1.1 2001/06/26 21:57:40 smurph Exp $ */ +/* $OpenBSD: bugtty.c,v 1.2 2001/11/06 22:45:54 miod Exp $ */ /* Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1995 Dale Rahn. * All rights reserved. @@ -102,7 +102,6 @@ bugttymatch(parent, self, aux) void *self; void *aux; { - struct confargs *ca = aux; return (1); } |