whitespace changes to hopefully force snapshot run.
This commit is contained in:
parent
5680109cf6
commit
eb83d89572
|
@ -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.
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue