summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/getpass.c')
-rw-r--r--lib/libc/gen/getpass.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libc/gen/getpass.c b/lib/libc/gen/getpass.c
index 375bfb9d785..475a7ab20c1 100644
--- a/lib/libc/gen/getpass.c
+++ b/lib/libc/gen/getpass.c
@@ -1,5 +1,3 @@
-/* $NetBSD: getpass.c,v 1.9 1996/05/20 06:13:07 jtc Exp $ */
-
/*
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
@@ -34,11 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-#if 0
-static char sccsid[] = "@(#)getpass.c 8.1 (Berkeley) 6/4/93";
-#else
-static char rcsid[] = "$NetBSD: getpass.c,v 1.9 1996/05/20 06:13:07 jtc Exp $";
-#endif
+static char rcsid[] = "$OpenBSD: getpass.c,v 1.3 1996/08/19 08:23:57 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <termios.h>