From: Ulrich Drepper Date: Mon, 27 Sep 1999 00:15:58 +0000 (+0000) Subject: (ADD_PARAMS): Follow change from 1999-07-17 and adjust len parameter. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=057b6b920d760752d7d7d4228b4b34bd5e9c5db0;p=thirdparty%2Fglibc.git (ADD_PARAMS): Follow change from 1999-07-17 and adjust len parameter. --- diff --git a/nscd/gethstbyad_r.c b/nscd/gethstbyad_r.c index c22044aac19..d68d4f258be 100644 --- a/nscd/gethstbyad_r.c +++ b/nscd/gethstbyad_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996. @@ -23,7 +23,7 @@ #define LOOKUP_TYPE struct hostent #define FUNCTION_NAME gethostbyaddr #define DATABASE_NAME hosts -#define ADD_PARAMS const char *addr, int len, int type +#define ADD_PARAMS const char *addr, size_t len, int type #define ADD_VARIABLES addr, len, type #define NEED_H_ERRNO 1 #define NEED__RES 1