diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:37:11 +0000 | 
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:37:11 +0000 | 
| commit | 8b10240709e2f0878254162b742c8237b877129e (patch) | |
| tree | 021e4f00408640702c262fd5f8dc2c167a2c2c73 /lib/libc/gen/getpass.c | |
| parent | 24249ac14fb0c47f9d83ab295f2bf9ebb37016ee (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/getpass.c')
| -rw-r--r-- | lib/libc/gen/getpass.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libc/gen/getpass.c b/lib/libc/gen/getpass.c index f6391a190433..d1b38356dfe1 100644 --- a/lib/libc/gen/getpass.c +++ b/lib/libc/gen/getpass.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)getpass.c	8.1 (Berkeley) 6/4/93";  #endif /* LIBC_SCCS and not lint */  #include <sys/termios.h> -#include <sys/signal.h> +#include <signal.h>  #include <paths.h>  #include <pwd.h> | 
