summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-11-24 10:46:37 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-11-24 10:46:37 +1100
commit4b6cbf7aabbcbe170a69e9780e7c4ec06a3224e0 (patch)
tree45cc19e393a19363ce193f2ea6fabcbf05469ab9 /ChangeLog
parent88e341e1ca9502403242a275941b11e509f669fb (diff)
- (dtucker) [packet.c] Remove redundant local declaration of "int tos".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91e2c892a..2e8fd43d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
3 into the platform-specific code Only affects SCO, tested by and ok tim@. 3 into the platform-specific code Only affects SCO, tested by and ok tim@.
4 - (djm) [loginrec.c] Relax permission requirement on btmp logs to allow 4 - (djm) [loginrec.c] Relax permission requirement on btmp logs to allow
5 group read/write. ok dtucker@ 5 group read/write. ok dtucker@
6 - (dtucker) [packet.c] Remove redundant local declaration of "int tos".
6 7
720101122 820101122
8 - (dtucker) Bug #1840: fix warning when configuring --with-ssl-engine, patch 9 - (dtucker) Bug #1840: fix warning when configuring --with-ssl-engine, patch