summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/clients/WebSTONE/src/sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS/clients/WebSTONE/src/sysdep.c')
-rw-r--r--ACE/apps/JAWS/clients/WebSTONE/src/sysdep.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/ACE/apps/JAWS/clients/WebSTONE/src/sysdep.c b/ACE/apps/JAWS/clients/WebSTONE/src/sysdep.c
index 0976cf1df66..7302cc47a70 100644
--- a/ACE/apps/JAWS/clients/WebSTONE/src/sysdep.c
+++ b/ACE/apps/JAWS/clients/WebSTONE/src/sysdep.c
@@ -1,13 +1,13 @@
/* $Id$ */
/**************************************************************************
- * *
- * Copyright (C) 1995 Silicon Graphics, Inc. *
- * *
- * These coded instructions, statements, and computer programs were *
- * developed by SGI for public use. If any changes are made to this code*
- * please try to get the changes back to the author. Feel free to make *
- * modifications and changes to the code and release it. *
- * *
+ *
+ * Copyright (C) 1995 Silicon Graphics, Inc.
+ *
+ * These coded instructions, statements, and computer programs were
+ * developed by SGI for public use. If any changes are made to this code
+ * please try to get the changes back to the author. Feel free to make
+ * modifications and changes to the code and release it.
+ *
**************************************************************************/
#include "sysdep.h"
@@ -19,11 +19,11 @@ extern char *sys_errlist[];
extern int errno;
char *strerror(int errnum)
-{
+{
if (errnum<sys_nerr)
{
- return(sys_errlist[errnum]);
+ return(sys_errlist[errnum]);
}
return(0);
@@ -32,7 +32,7 @@ char *strerror(int errnum)
#endif /* strerror() */
-/* stub routines for NT */
+/* stub routines for NT */
#ifdef WIN32
#include <winsock.h>