Fix more borken compiler lossage, this time for m68k.
This commit is contained in:
parent
d27ec1e50a
commit
91b6282f36
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: docmd.c,v 1.16 1997/10/19 14:50:58 mrg Exp $ */
|
/* $NetBSD: docmd.c,v 1.17 1997/10/24 06:47:31 scottr Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1983, 1993
|
* Copyright (c) 1983, 1993
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)docmd.c 8.1 (Berkeley) 6/9/93";
|
static char sccsid[] = "@(#)docmd.c 8.1 (Berkeley) 6/9/93";
|
||||||
#else
|
#else
|
||||||
__RCSID("$NetBSD: docmd.c,v 1.16 1997/10/19 14:50:58 mrg Exp $");
|
__RCSID("$NetBSD: docmd.c,v 1.17 1997/10/24 06:47:31 scottr Exp $");
|
||||||
#endif
|
#endif
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
|
@ -141,6 +141,7 @@ doarrow(filev, files, rhost, cmds)
|
||||||
int n, ddir, opts = options;
|
int n, ddir, opts = options;
|
||||||
|
|
||||||
#if __GNUC__ /* XXX borken compiler alert! */
|
#if __GNUC__ /* XXX borken compiler alert! */
|
||||||
|
(void)&ddir;
|
||||||
(void)&opts;
|
(void)&opts;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue