From 025c1fac6ee41d7814af7d114791dbf4c22ed617 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 26 Nov 2008 17:21:04 +0000 Subject: Remove unneeded whitespace. * fhandler_fifo.cc (fhandler_fifo::open): Rework to cause errno to be set to ENXIO when opening a fifo write/nonblocking. * environ.cc (ucreqenv): Rename to ucenv. Move code from old ucenv here and conditionalize it on create_upcaseenv. (ucenv): Delete. (environ_init): Fix compiler warning by moving create_upcaseenv test to ucenv. Don't bother checking for child_proc_info when calling ucenv since it is assumed to be NULL at the point where the function is called. * path.cc (symlink_worker): Turn off MS-DOS path warnings when dealing with devices since the device handler passes in a translated MS-DOS path. * sec_auth.cc (lsaprivkeyauth): Avoid variable initialization which causes a compiler error. * fhandler_netdrive.cc: Update copyright. --- winsup/cygwin/include/cygwin/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winsup/cygwin/include') diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index ef332ce23..086ae3bbe 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -326,14 +326,14 @@ details. */ 181: Export cygwin_conv_path, cygwin_create_path, cygwin_conv_path_list. 182: Export lockf. FIXME: Removed 12 year old and entirely wrong wprintf function at - this point. We need a working implementation soon. + this point. We need a working implementation soon. 183: Export open_memstream, fmemopen. 184: Export openat, faccessat, fchmodat, fchownat, fstatat, futimesat, - linkat, mkdirat, mkfifoat, mknodat, readlinkat, renameat, symlinkat, + linkat, mkdirat, mkfifoat, mknodat, readlinkat, renameat, symlinkat, unlinkat. 185: Export futimens, utimensat. 186: Remove ancient V8 regexp functions. Also eliminate old crt0 interface - which provided its own user_data structure. + which provided its own user_data structure. 187: Export cfmakeraw. 188: Export CW_SET_PRIV_KEY. */ -- cgit v1.2.3