From 077a30bc0e51391214095bf2a7df4272b9b8e219 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 4 May 2006 16:02:39 +0000 Subject: 2006-05-04 Ulrich Drepper * nscd/gai.c (__getline): Define. --- nscd/gai.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nscd') diff --git a/nscd/gai.c b/nscd/gai.c index 18fc62e7a0..2e706bdfe7 100644 --- a/nscd/gai.c +++ b/nscd/gai.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004, 2005 Free Software Foundation, Inc. +/* Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2004. @@ -25,6 +25,7 @@ #define __bind bind #define __sendto sendto #define __strchrnul strchrnul +#define __getline getline #include -- cgit v1.2.3