Fix lint problem caused by the changes for PR standards/12703.

This commit is contained in:
tron 2001-04-26 18:50:13 +00:00
parent 596cc0bc10
commit d83ea5d25d
1 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: getnameinfo.c,v 1.25 2001/01/25 22:50:56 jdolecek Exp $ */ /* $NetBSD: getnameinfo.c,v 1.26 2001/04/26 18:50:13 tron Exp $ */
/* $KAME: getnameinfo.c,v 1.45 2000/09/25 22:43:56 itojun Exp $ */ /* $KAME: getnameinfo.c,v 1.45 2000/09/25 22:43:56 itojun Exp $ */
/* /*
@ -44,7 +44,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint) #if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: getnameinfo.c,v 1.25 2001/01/25 22:50:56 jdolecek Exp $"); __RCSID("$NetBSD: getnameinfo.c,v 1.26 2001/04/26 18:50:13 tron Exp $");
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
#include "namespace.h" #include "namespace.h"
@ -71,7 +71,7 @@ __weak_alias(getnameinfo,_getnameinfo)
static const struct afd { static const struct afd {
int a_af; int a_af;
int a_addrlen; size_t a_addrlen;
int a_socklen; int a_socklen;
int a_off; int a_off;
} afdl [] = { } afdl [] = {