sprinkle argsused till lint smiles at you.

This commit is contained in:
christos 1999-05-03 15:17:13 +00:00
parent 69caa9c953
commit 8fe3352a10
2 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: getnetnamadr.c,v 1.14 1999/04/18 02:27:54 lukem Exp $ */
/* $NetBSD: getnetnamadr.c,v 1.15 1999/05/03 15:17:13 christos Exp $ */
/* Copyright (c) 1993 Carlos Leandro and Rui Salgueiro
* Dep. Matematica Universidade de Coimbra, Portugal, Europe
@ -47,7 +47,7 @@ static char sccsid[] = "@(#)getnetbyaddr.c 8.1 (Berkeley) 6/4/93";
static char sccsid_[] = "from getnetnamadr.c 1.4 (Coimbra) 93/06/03";
static char rcsid[] = "Id: getnetnamadr.c,v 8.8 1997/06/01 20:34:37 vixie Exp ";
#else
__RCSID("$NetBSD: getnetnamadr.c,v 1.14 1999/04/18 02:27:54 lukem Exp $");
__RCSID("$NetBSD: getnetnamadr.c,v 1.15 1999/05/03 15:17:13 christos Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@ -462,7 +462,7 @@ getnetbyname(net)
}
#ifdef YP
/*ARGSUSED*/
int
_yp_getnetbyaddr(rv, cb_data, ap)
void *rv;
@ -523,6 +523,7 @@ _yp_getnetbyaddr(rv, cb_data, ap)
}
int
/*ARGSUSED*/
_yp_getnetbyname(rv, cb_data, ap)
void *rv;
void *cb_data;

View File

@ -1,4 +1,4 @@
/* $NetBSD: nsdispatch.c,v 1.10 1999/04/18 02:27:54 lukem Exp $ */
/* $NetBSD: nsdispatch.c,v 1.11 1999/05/03 15:17:13 christos Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: nsdispatch.c,v 1.10 1999/04/18 02:27:54 lukem Exp $");
__RCSID("$NetBSD: nsdispatch.c,v 1.11 1999/05/03 15:17:13 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
@ -227,6 +227,7 @@ _nsdbtput(dbt)
int
/*ARGSUSED*/
#if __STDC__
nsdispatch(void *retval, const ns_dtab disp_tab[], const char *database,
const char *method, const ns_src defaults[], ...)