From 15a33409206c926f48da017bae9ac5f01959a3bc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 2 Apr 2004 00:42:24 +0000 Subject: Update. * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Use __sigprocmask not sigprocmask. * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise. * time/mktime.c: Likewise. * misc/getpass.c: Likewise. --- misc/getpass.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/getpass.c b/misc/getpass.c index 52dab9439a..62e56866a1 100644 --- a/misc/getpass.c +++ b/misc/getpass.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-1999, 2001, 2003 Free Software Foundation, Inc. +/* Copyright (C) 1992-1999, 2001, 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,6 +18,7 @@ #include #include +#include /* For string function builtin redirect. */ #include #include -- cgit v1.2.3