diff options
author | 1997-03-12 22:51:42 +0000 | |
---|---|---|
committer | 1997-03-12 22:51:42 +0000 | |
commit | 10b4923e61ad83bb65db606f6929845955b087dc (patch) | |
tree | 22fd2ff03d57137f1a6c48d5b8bd6e2cbd8f527d | |
parent | The stupid "use console before configured" scheeme strikes again :-) (diff) | |
download | wireguard-openbsd-10b4923e61ad83bb65db606f6929845955b087dc.tar.xz wireguard-openbsd-10b4923e61ad83bb65db606f6929845955b087dc.zip |
Fix a conflict.
-rw-r--r-- | sys/arch/mac68k/dev/z8530tty.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/z8530tty.c b/sys/arch/mac68k/dev/z8530tty.c index f32adbd1152..18f74bcb0f8 100644 --- a/sys/arch/mac68k/dev/z8530tty.c +++ b/sys/arch/mac68k/dev/z8530tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530tty.c,v 1.8 1997/03/12 13:36:58 briggs Exp $ */ +/* $OpenBSD: z8530tty.c,v 1.9 1997/03/12 22:51:42 briggs Exp $ */ /* $NetBSD: z8530tty.c,v 1.10 1996/12/18 05:17:44 scottr Exp $ */ /* @@ -124,7 +124,6 @@ zstty_match(parent, vcf, aux) { struct cfdata *cf = (struct cfdata *) vcf; struct zsc_attach_args *args = aux; - struct cfdata *cf = vcf; /* Exact match is better than wildcard. */ if (cf->cf_loc[0] == args->channel) |