diff options
Diffstat (limited to 'trek/capture.c')
| -rw-r--r-- | trek/capture.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/trek/capture.c b/trek/capture.c index 1325b813..93a9d253 100644 --- a/trek/capture.c +++ b/trek/capture.c @@ -1,4 +1,4 @@ -/* $NetBSD: capture.c,v 1.4 1997/10/12 21:24:29 christos Exp $ */ +/* $NetBSD: capture.c,v 1.5 1999/09/08 21:45:32 jsm Exp $ */ /* * Copyright (c) 1980, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)capture.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: capture.c,v 1.4 1997/10/12 21:24:29 christos Exp $"); +__RCSID("$NetBSD: capture.c,v 1.5 1999/09/08 21:45:32 jsm Exp $"); #endif #endif /* not lint */ @@ -62,7 +62,7 @@ __RCSID("$NetBSD: capture.c,v 1.4 1997/10/12 21:24:29 christos Exp $"); /*ARGSUSED*/ void capture(v) - int v; + int v __attribute__((__unused__)); { int i; struct kling *k; |
