commit | 7987cdf192632516d6ba493b0a9943f5a3a7c362 | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Wed Jul 05 16:05:39 2000 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Wed Jul 05 16:05:39 2000 +0000 |
tree | 86d4e7d2a488e5e82415c1281bab0a676fa26fce | |
parent | 43a7482edbc7142b91e95d7aedeb9d121fc4880f [diff] [blame] |
net.c: add SOL_PACKET and SOL_RAW socket options, update SOL_IP and SOL_TCP
diff --git a/ChangeLog b/ChangeLog index a36ef7b..2e0a894 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,3 +1,8 @@ +2000-07-04 Wichert Akkerman <wakkerma@debian.org> + + * net.c: add SOL_PACKET and SOL_RAW socket options, update + SOL_IP and SOL_TCP + 2000-06-23 Wichert Akkerman <wakkerma@debian.org> * strace.c: close outf before we exec a child process