whitespace changes to hopefully force snapshot run.

This commit is contained in:
Christopher Faylor 2005-06-10 18:44:26 +00:00
parent 5680109cf6
commit eb83d89572
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@
2004-09-15 Corinna Vinschen <corinna@vinschen.de> 2004-09-15 Corinna Vinschen <corinna@vinschen.de>
Fix copyright throughout. Fix copyright throughout.
Eliminate use of _impure_ptr outside Cygwin. Eliminate use of _impure_ptr outside Cygwin.
* bsd_helper.cc: Include errno.h instead of cygerrno.h. * bsd_helper.cc: Include errno.h instead of cygerrno.h.
* bsd_mutex.cc : Ditto. * bsd_mutex.cc : Ditto.

View File

@ -136,7 +136,7 @@ fhandler_mailslot::write (const void *ptr, size_t len)
} }
int int
fhandler_mailslot::ioctl (unsigned int cmd, void *buf) fhandler_mailslot::ioctl (unsigned int cmd, void *buf)
{ {
int res = -1; int res = -1;