diff options
Diffstat (limited to 'refer/hunt9.c')
| -rw-r--r-- | refer/hunt9.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/refer/hunt9.c b/refer/hunt9.c index 1602c7dd1006..779a8112df2d 100644 --- a/refer/hunt9.c +++ b/refer/hunt9.c @@ -21,8 +21,10 @@ * Sccsid @(#)hunt9.c 1.3 (gritter) 10/22/05 */ +#include "refer..c" + void -remote(const char *in, const char *out) +remote(const char *_in __unused, const char *out __unused) { /* "in" is a long distance file name: get it */ ; |
