summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-05-21 21:09:59 +0000
committerEzra Peisach <epeisach@mit.edu>1995-05-21 21:09:59 +0000
commitfa47062617aedddbca9cc45fa52e1d4b896d7f2f (patch)
treeceed850924e2451df40887fd4401ae0cd82aa094 /src/appl/bsd/ChangeLog
parent2f209ad9e859b5be9466e8a2406bad9561fe8597 (diff)
downloadkrb5-fa47062617aedddbca9cc45fa52e1d4b896d7f2f.tar.gz
krb5-fa47062617aedddbca9cc45fa52e1d4b896d7f2f.tar.xz
krb5-fa47062617aedddbca9cc45fa52e1d4b896d7f2f.zip
* loginpaths.h: Add NetBSD paths
* login.c: Define TAB3 to 0 if non existant * krlogin.c (mode): ifdef code based on TABDLY existing on machine. (netbsd lacks this). * krcp.c: Declare sys_errlist only if needed by the OS. * configure.in: Add DECLARE_SYS_ERRLIST Check for libcrypt defining the function crypt git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5835 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/bsd/ChangeLog')
-rw-r--r--src/appl/bsd/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog
index 94eb5a8eb..4fd41d7bb 100644
--- a/src/appl/bsd/ChangeLog
+++ b/src/appl/bsd/ChangeLog
@@ -1,3 +1,17 @@
+Sun May 21 16:36:39 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * loginpaths.h: Add NetBSD paths.
+
+ * login.c: Define TAB3 to 0 if non existant
+
+ * krlogin.c (mode): ifdef code based on TABDLY existing on
+ machine. (netbsd lacks this).
+
+ * krcp.c: Declare sys_errlist only if needed by the OS.
+
+ * configure.in: Add DECLARE_SYS_ERRLIST
+ Check for libcrypt defining the function crypt
+
Mon May 15 10:43:30 1995 <tytso@rsx-11.mit.edu>
* login.c (main): Only try to use TIOCSETD if it is defined