[kaffe] CVS kaffe (robilad): Whitespace cleanups
Kaffe CVS
cvs-commits at kaffe.org
Sat Mar 26 19:23:27 PST 2005
PatchSet 5616
Date: 2005/03/27 03:18:23
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Whitespace cleanups
2005-03-27 Gerrit P. Haase <gp at familiehaase.de>
* include/jsyscall.h: Whitespace cleanups.
Members:
ChangeLog:1.3788->1.3789
include/jsyscall.h:1.17->1.18
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3788 kaffe/ChangeLog:1.3789
--- kaffe/ChangeLog:1.3788 Sun Mar 27 03:11:56 2005
+++ kaffe/ChangeLog Sun Mar 27 03:18:23 2005
@@ -1,5 +1,9 @@
2005-03-27 Gerrit P. Haase <gp at familiehaase.de>
+ * include/jsyscall.h: Whitespace cleanups.
+
+2005-03-27 Gerrit P. Haase <gp at familiehaase.de>
+
* config/config-std.h: Removed whitespace from copyright header.
Don't include windows specific headers on Cygwin.
Index: kaffe/include/jsyscall.h
diff -u kaffe/include/jsyscall.h:1.17 kaffe/include/jsyscall.h:1.18
--- kaffe/include/jsyscall.h:1.17 Sun Dec 12 02:19:28 2004
+++ kaffe/include/jsyscall.h Sun Mar 27 03:18:26 2005
@@ -6,7 +6,7 @@
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribution
- * of this file.
+ * of this file.
*/
#ifndef __jsyscall_h
@@ -46,7 +46,7 @@
* Thread-safe variants of several POSIXy calls.
*
* Output values, where given, are returned by reference as the last parameter.
- * All functions return zero on success, otherwise a non-zero value is
+ * All functions return zero on success, otherwise a non-zero value is
* returned which corresponds to errno.
*/
typedef struct SystemCallInterface {
@@ -85,7 +85,7 @@
int (*_gethostbyname)(const char *, struct hostent **);
int (*_gethostbyaddr)(const char *, size_t, int, struct hostent **);
- int (*_select)(int, fd_set *, fd_set *, fd_set *, struct timeval *,
+ int (*_select)(int, fd_set *, fd_set *, fd_set *, struct timeval *,
int*);
int (*_forkexec)(char **, char **, int[4], int*, const char *);
int (*_waitpid)(int, int *, int, int *);
More information about the kaffe
mailing list