From 463350e1ce51b09385f8c08d87dd2061928d351b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 15 Feb 1993 19:32:18 +0000 Subject: [PATCH] added nice comment --- getpass.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/getpass.c b/getpass.c index 1d44ad909..182f24655 100644 --- a/getpass.c +++ b/getpass.c @@ -16,6 +16,12 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* + * This version of getpass() is known to work under Ultrix 4.2/4.3, 4.3 BSD, + * HP-UX 8.07, AIX 3.1/3.2, and Iirix 4.05F. It should be easy to change it + * to suit your tty interface. + */ + #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)getpass.c based on 5.3 (Berkeley) 9/22/88"; #endif /* LIBC_SCCS and not lint */ -- 2.40.0