diff options
| author | jtc <jtc@NetBSD.org> | 1995-06-16 07:20:35 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1995-06-16 07:20:35 +0000 |
| commit | edbbf562baa318c13e6c042d37edd88bf623ae87 (patch) | |
| tree | 81bd8941f97011c2863a631236c5f7106ec4ff93 /lib/libc | |
| parent | bd3ac90048a27c415e1f4e39da0a4074e3c2e7df (diff) | |
<sys/termios.h> -> <termios.h>
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/getpass.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getpass.c b/lib/libc/gen/getpass.c index 651ca366982..baf008f2eb8 100644 --- a/lib/libc/gen/getpass.c +++ b/lib/libc/gen/getpass.c @@ -1,4 +1,4 @@ -/* $NetBSD: getpass.c,v 1.6 1995/02/28 01:13:50 jtc Exp $ */ +/* $NetBSD: getpass.c,v 1.7 1995/06/16 07:20:35 jtc Exp $ */ /* * Copyright (c) 1988, 1993 @@ -37,11 +37,11 @@ #if 0 static char sccsid[] = "@(#)getpass.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: getpass.c,v 1.6 1995/02/28 01:13:50 jtc Exp $"; +static char rcsid[] = "$NetBSD: getpass.c,v 1.7 1995/06/16 07:20:35 jtc Exp $"; #endif #endif /* LIBC_SCCS and not lint */ -#include <sys/termios.h> +#include <termios.h> #include <signal.h> #include <paths.h> |
