Module Name: src
Committed By: minskim
Date: Fri Jul 17 22:05:38 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
Note ip(4) change: IP_MINTTL.
To generate a diff of this commit:
cvs rdiff -u -r1.1255 -r1.1256 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1255 src/doc/CHANGES:1.1256
--- src/doc/CHANGES:1.1255 Thu Jul 16 04:18:21 2009
+++ src/doc/CHANGES Fri Jul 17 22:05:38 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1255 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1256 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -325,3 +325,4 @@
libc: Add getdelim(3) and getline(3) conforming to
IEEE Std 1003.1-2008 (``POSIX.1'') [roy 20090713]
ip(4): Add IP_RECVTTL option. [minskim 20090716]
+ ip(4): Add IP_MINTTL option. [minskim 20090717]