From eb83d8957280f4fbafe7cc770d23e97f8ec4537c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 10 Jun 2005 18:44:26 +0000 Subject: [PATCH] whitespace changes to hopefully force snapshot run. --- winsup/cygserver/ChangeLog | 2 +- winsup/cygwin/fhandler_mailslot.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog index c832296c4..46dd895f1 100644 --- a/winsup/cygserver/ChangeLog +++ b/winsup/cygserver/ChangeLog @@ -121,7 +121,7 @@ 2004-09-15 Corinna Vinschen - Fix copyright throughout. + Fix copyright throughout. Eliminate use of _impure_ptr outside Cygwin. * bsd_helper.cc: Include errno.h instead of cygerrno.h. * bsd_mutex.cc : Ditto. diff --git a/winsup/cygwin/fhandler_mailslot.cc b/winsup/cygwin/fhandler_mailslot.cc index c29378ae0..cf2106da8 100644 --- a/winsup/cygwin/fhandler_mailslot.cc +++ b/winsup/cygwin/fhandler_mailslot.cc @@ -136,7 +136,7 @@ fhandler_mailslot::write (const void *ptr, size_t len) } int -fhandler_mailslot::ioctl (unsigned int cmd, void *buf) +fhandler_mailslot::ioctl (unsigned int cmd, void *buf) { int res = -1;