summaryrefslogtreecommitdiff
path: root/os/netware
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-09-23 13:38:09 +0000
committerJim Jagielski <jim@apache.org>2011-09-23 13:38:09 +0000
commit103f776c25b7fdd51da4f98643b8dcdb09efdce6 (patch)
treea180a9a0f13da4a983913f50a3ad1a7e2f2a675a /os/netware
parent69c1a5c854b89a80cf5ca08b7b38d9f0a88c2667 (diff)
downloadhttpd-103f776c25b7fdd51da4f98643b8dcdb09efdce6.tar.gz
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174748 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/netware')
-rw-r--r--os/netware/os.h2
-rw-r--r--os/netware/pre_nw.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/os/netware/os.h b/os/netware/os.h
index 50dfe180a7..3c2209cc9e 100644
--- a/os/netware/os.h
+++ b/os/netware/os.h
@@ -49,7 +49,7 @@ AP_DECLARE_DATA extern int hold_screen_on_exit; /* Indicates whether the screen
#define getpid NXThreadGetId
/* Hold the screen open if there is an exit code and the hold_screen_on_exit flag >= 0 or the
- hold_screen_on_exit > 0. If the hold_screen_on_exit flag is < 0 then close the screen no
+ hold_screen_on_exit > 0. If the hold_screen_on_exit flag is < 0 then close the screen no
matter what the exit code is. */
#define exit(s) {if((s||hold_screen_on_exit)&&(hold_screen_on_exit>=0)){pressanykey();}apr_terminate();exit(s);}
diff --git a/os/netware/pre_nw.h b/os/netware/pre_nw.h
index 21ebb67540..dcb1145e48 100644
--- a/os/netware/pre_nw.h
+++ b/os/netware/pre_nw.h
@@ -38,12 +38,12 @@
/* hint for MSL C++ that we're on NetWare platform */
#define __NETWARE__
-/* the FAR keyword has no meaning in a 32-bit environment
+/* the FAR keyword has no meaning in a 32-bit environment
but is used in the SDK headers so we take it out */
#define FAR
#define far
-/* no-op for Codewarrior C compiler; a functions are cdecl
+/* no-op for Codewarrior C compiler; a functions are cdecl
by default */
#define cdecl