From 64fdc12ed5c20c4aa56a80a5ce12b90dcbd327ee Mon Sep 17 00:00:00 2001 From: Brian Dessent Date: Thu, 28 Jun 2007 22:45:49 +0000 Subject: [PATCH] * include/cygwin/version.h: Fix comment typo. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/include/cygwin/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8a8ab8bb4..5ad9aae7d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2007-06-28 Brian Dessent + + * include/cygwin/version.h: Fix comment typo. + 2007-06-28 Corinna Vinschen * cygwin.din: Export stpcpy, stpncpy. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index ba58c38a3..9059ecdec 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -297,7 +297,7 @@ details. */ 158: Export bindresvport, bindresvport_sa, iruserok_sa, rcmd_af, rresvport_af. 159: Export posix_openpt. - 160: Export posix_fadvice, posix_fallocate. + 160: Export posix_fadvise, posix_fallocate. 161: Export resolver functions. 162: New struct ifreq. Export if_nametoindex, if_indextoname, if_nameindex, if_freenameindex.