summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-04-02 00:42:24 +0000
committerUlrich Drepper <drepper@redhat.com>2004-04-02 00:42:24 +0000
commit15a33409206c926f48da017bae9ac5f01959a3bc (patch)
treec7ea62352cccb8569561560a0e927ab0c89b9eb3 /misc
parent758b215383cde2389bc73d4483e6d3202bdc6520 (diff)
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.
Diffstat (limited to 'misc')
-rw-r--r--misc/getpass.c3
1 files changed, 2 insertions, 1 deletions
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 <stdio.h>
#include <stdio_ext.h>
+#include <string.h> /* For string function builtin redirect. */
#include <termios.h>
#include <unistd.h>