diff options
author | Damien Miller <djm@mindrot.org> | 2008-07-14 12:02:24 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-07-14 12:02:24 +1000 |
commit | ce02e5e09eb50ed9a67a3067a001092b73c0d514 (patch) | |
tree | 87b0dd1f4a4b77f079ae78563c74b8e8dd16e9e5 /ChangeLog | |
parent | 7f980d1ac760ac7bdec1de467c6ee7071057370a (diff) |
- (djm) [openbsd-compat/bindresvport.c] Rename variables s/sin/in/ to
avoid clash with sin(3) function; reported by
cristian.ionescu-idbohrn AT axis.com
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -15,6 +15,9 @@ | |||
15 | increase number of piplelined requests so they properly fill the | 15 | increase number of piplelined requests so they properly fill the |
16 | (recently increased) channel window. prompted by rapier AT psc.edu; | 16 | (recently increased) channel window. prompted by rapier AT psc.edu; |
17 | ok markus@ | 17 | ok markus@ |
18 | - (djm) [openbsd-compat/bindresvport.c] Rename variables s/sin/in/ to | ||
19 | avoid clash with sin(3) function; reported by | ||
20 | cristian.ionescu-idbohrn AT axis.com | ||
18 | 21 | ||
19 | 20080712 | 22 | 20080712 |
20 | - (djm) OpenBSD CVS Sync | 23 | - (djm) OpenBSD CVS Sync |
@@ -4651,4 +4654,4 @@ | |||
4651 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4654 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4652 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4655 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4653 | 4656 | ||
4654 | $Id: ChangeLog,v 1.5078 2008/07/14 01:29:24 djm Exp $ | 4657 | $Id: ChangeLog,v 1.5079 2008/07/14 02:02:24 djm Exp $ |