summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2003-01-08 20:04:27 -0800
committerTim Rice <tim@multitalents.net>2003-01-08 20:04:27 -0800
commit458c6bfa10bb370487e9e27f540e1a7e7a5909cc (patch)
tree28a6e73ac47406d9372ceb00005439dee20a0d1b /ChangeLog
parentd0d7a8b27b4cc9faaa4d8e4112d5d1fe759b0939 (diff)
[auth.c] declare today at top of allowed_user() to keep older compilers happy.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index af4ec49e9..db9c94f14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,7 +16,8 @@
16 - (djm) Update README to reflect AIX's status as a well supported platform. 16 - (djm) Update README to reflect AIX's status as a well supported platform.
17 From dtucker@zip.com.au 17 From dtucker@zip.com.au
18 - (tim) [Makefile.in configure.ac] replace fixpath with sed script. Patch 18 - (tim) [Makefile.in configure.ac] replace fixpath with sed script. Patch
19 by Mo DeJong. 19 - (tim) [auth.c] declare today at top of allowed_user() to keep
20 older compilers happy.
20 21
2120030107 2220030107
22 - (djm) Bug #401: Work around Linux breakage with IPv6 mapped addresses. 23 - (djm) Bug #401: Work around Linux breakage with IPv6 mapped addresses.
@@ -962,4 +963,4 @@
962 save auth method before monitor_reset_key_state(); bugzilla bug #284; 963 save auth method before monitor_reset_key_state(); bugzilla bug #284;
963 ok provos@ 964 ok provos@
964 965
965$Id: ChangeLog,v 1.2555 2003/01/09 01:22:59 tim Exp $ 966$Id: ChangeLog,v 1.2556 2003/01/09 04:04:27 tim Exp $