summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-09-23 16:54:10 -0700
committerTim Rice <tim@multitalents.net>2002-09-23 16:54:10 -0700
commit2c961cecb008de61eb0fdd220f406d08a788ee55 (patch)
treef35ecee63557b298bac472682ad0095ed024b7aa /ChangeLog
parent6f0a188857a459b743d27045cdb8760c903ad3d3 (diff)
[configure.ac] s/return/exit/ patch by dtucker@zip.com.au
From autoconf guidelines: "Test programs should exit, not return, from main, because on some systems (old Suns, at least) the argument to return in main is ignored."
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e99748ece..1f9ef0251 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120020923
2 - (tim) [configure.ac] s/return/exit/ patch by dtucker@zip.com.au
3
120020922 420020922
2 - (djm) OpenBSD CVS Sync 5 - (djm) OpenBSD CVS Sync
3 - stevesk@cvs.openbsd.org 2002/09/19 14:53:14 6 - stevesk@cvs.openbsd.org 2002/09/19 14:53:14
@@ -693,4 +696,4 @@
693 save auth method before monitor_reset_key_state(); bugzilla bug #284; 696 save auth method before monitor_reset_key_state(); bugzilla bug #284;
694 ok provos@ 697 ok provos@
695 698
696$Id: ChangeLog,v 1.2475 2002/09/21 15:26:51 djm Exp $ 699$Id: ChangeLog,v 1.2476 2002/09/23 23:54:10 tim Exp $