- otto@cvs.openbsd.org 2008/12/09 19:38:38
     [openbsd-compat/inet_ntop.c]
     fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon
diff --git a/ChangeLog b/ChangeLog
index 2606178..5c9d719 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,17 +15,20 @@
      Convert do {} while loop -> while {} for clarity.  No binary change
      on most architectures.  From Oliver Smith.  OK deraadt@ and henning@
    - tobias@cvs.openbsd.org 2007/10/21 11:09:30
-     [mktemp.c]
+     [openbsd-compat/mktemp.c]
      Comment fix about time consumption of _gettemp.
      FreeBSD did this in revision 1.20.
      OK deraadt@, krw@
    - deraadt@cvs.openbsd.org 2008/07/22 21:47:45
-     [mktemp.c]
+     [openbsd-compat/mktemp.c]
      use arc4random_uniform(); ok djm millert
    - millert@cvs.openbsd.org 2008/08/21 16:54:44
-     [mktemp.c]
+     [openbsd-compat/mktemp.c]
      Remove useless code, the kernel will set errno appropriately if an
      element in the path does not exist.  OK deraadt@ pvalchev@
+   - otto@cvs.openbsd.org 2008/12/09 19:38:38
+     [openbsd-compat/inet_ntop.c]
+     fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon
 
 20110922
  - OpenBSD CVS Sync