summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-02-29 13:57:47 +1100
committerDarren Tucker <dtucker@zip.com.au>2008-02-29 13:57:47 +1100
commit7ec87332472340d468aff0f41e0f4e99faf5dda3 (patch)
treef23817ab62901f2cd2bb5bb787a102b17a481df4 /ChangeLog
parent1f1e17bd61850dfa74455cfad9905c6da252c4af (diff)
- (dtucker) [openbsd-compat/bsd-poll.c] We don't check for select(2) in
configure (and there's not much point, as openssh won't work without it) so HAVE_SELECT is not defined and the poll(2) compat code doesn't get built in. Remove HAVE_SELECT so we can build on platforms without poll.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 367bf2c65..c77d5d8fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120080229
2 - (dtucker) [openbsd-compat/bsd-poll.c] We don't check for select(2) in
3 configure (and there's not much point, as openssh won't work without it)
4 so HAVE_SELECT is not defined and the poll(2) compat code doesn't get
5 built in. Remove HAVE_SELECT so we can build on platforms without poll.
6
120080228 720080228
2 - (dtucker) [configure.ac] Add -fstack-protector to LDFLAGS too, fixes 8 - (dtucker) [configure.ac] Add -fstack-protector to LDFLAGS too, fixes
3 linking problems on AIX with gcc 4.1.x. 9 linking problems on AIX with gcc 4.1.x.
@@ -3644,4 +3650,4 @@
3644 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3650 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3645 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3651 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3646 3652
3647$Id: ChangeLog,v 1.4846 2008/02/28 12:20:48 dtucker Exp $ 3653$Id: ChangeLog,v 1.4847 2008/02/29 02:57:47 dtucker Exp $