]> granicus.if.org Git - sudo/commitdiff
added nice comment
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 Feb 1993 19:32:18 +0000 (19:32 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 Feb 1993 19:32:18 +0000 (19:32 +0000)
getpass.c

index 1d44ad909d6c24f612f7c1a80d1d03ebd658701d..182f24655dc8c80c128be0a9accb360171318a5e 100644 (file)
--- a/getpass.c
+++ b/getpass.c
  * 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 */