diff options
author | Damien Miller <djm@mindrot.org> | 2000-06-18 14:07:04 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-06-18 14:07:04 +1000 |
commit | 7b22d65034ac280e0b4eaa857c71b17ee3ad7d99 (patch) | |
tree | b4fd3f622d95a30394908bc7e9aa30a3658e7b4f /ChangeLog | |
parent | 1a13225d877ffdd035659bf5577d5aff388bb317 (diff) |
- (djm) Add summary of configure options to end of ./configure run
- (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
Michael Stone <mstone@cs.loyola.edu>
- (djm) rusage is a privileged operation on some Unices (incl.
Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
- (djm) Avoid PAM failures when running without a TTY. Report from
Martin Petrak <petrak@spsknm.schools.sk>
- (djm) Include sys/types.h when including netinet/in.h in configure tests.
Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ | |||
1 | 20000618 | ||
2 | - (djm) Add summary of configure options to end of ./configure run | ||
3 | - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from | ||
4 | Michael Stone <mstone@cs.loyola.edu> | ||
5 | - (djm) rusage is a privileged operation on some Unices (incl. | ||
6 | Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com> | ||
7 | - (djm) Avoid PAM failures when running without a TTY. Report from | ||
8 | Martin Petrak <petrak@spsknm.schools.sk> | ||
9 | - (djm) Include sys/types.h when including netinet/in.h in configure tests. | ||
10 | Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net> | ||
11 | |||
1 | 20000613 | 12 | 20000613 |
2 | - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>: | 13 | - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>: |
3 | - Platform define for SCO 3.x which breaks on /dev/ptmx | 14 | - Platform define for SCO 3.x which breaks on /dev/ptmx |