diff options
author | Damien Miller <djm@mindrot.org> | 2008-03-07 18:35:26 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-03-07 18:35:26 +1100 |
commit | c0c53c3114b652d30b8277d66fec82482bcde38d (patch) | |
tree | b36377d1860d0979ba617a8131a8173d952f659b /ChangeLog | |
parent | 7c29661471d0a7590ed41dec76661174c99b1c94 (diff) |
- deraadt@cvs.openbsd.org 2008/03/02 18:19:35
[monitor_fdpass.c]
use a union to ensure alignment of the cmsg (pay attention: various other
parts of the tree need this treatment too); ok djm
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -30,6 +30,10 @@ | |||
30 | add an extension method "posix-rename@openssh.com" to perform POSIX atomic | 30 | add an extension method "posix-rename@openssh.com" to perform POSIX atomic |
31 | rename() operations. based on patch from miklos AT szeredi.hu in bz#1400; | 31 | rename() operations. based on patch from miklos AT szeredi.hu in bz#1400; |
32 | ok dtucker@ markus@ | 32 | ok dtucker@ markus@ |
33 | - deraadt@cvs.openbsd.org 2008/03/02 18:19:35 | ||
34 | [monitor_fdpass.c] | ||
35 | use a union to ensure alignment of the cmsg (pay attention: various other | ||
36 | parts of the tree need this treatment too); ok djm | ||
33 | 37 | ||
34 | 20080302 | 38 | 20080302 |
35 | - (dtucker) [configure.ac] FreeBSD's glob() doesn't behave the way we expect | 39 | - (dtucker) [configure.ac] FreeBSD's glob() doesn't behave the way we expect |
@@ -3690,4 +3694,4 @@ | |||
3690 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3694 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3691 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3695 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3692 | 3696 | ||
3693 | $Id: ChangeLog,v 1.4857 2008/03/07 07:33:53 djm Exp $ | 3697 | $Id: ChangeLog,v 1.4858 2008/03/07 07:35:26 djm Exp $ |