summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-04-19 21:46:35 +1000
committerDamien Miller <djm@mindrot.org>2012-04-19 21:46:35 +1000
commit398c0ffe0ec149f0d12f23c158879712b5431af4 (patch)
treef788a3305e39782d8222185cff73d2b3933aeada /ChangeLog
parente0956e38349d4a32f3c4a726af45a3695ff2d3c2 (diff)
- (djm) [configure.ac] Fix compilation error on FreeBSD, whose libutil
contains openpty() but not login()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a89bb4b5a..fc7fad995 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120120419
2 - (djm) [configure.ac] Fix compilation error on FreeBSD, whose libutil
3 contains openpty() but not login()
4
120120404 520120404
2 - (djm) [Makefile.in configure.ac sandbox-seccomp-filter.c] Add sandbox 6 - (djm) [Makefile.in configure.ac sandbox-seccomp-filter.c] Add sandbox
3 mode for Linux's new seccomp filter; patch from Will Drewry; feedback 7 mode for Linux's new seccomp filter; patch from Will Drewry; feedback