]> granicus.if.org Git - apache/commitdiff
Fixed sysinclude; removed trailing 0; fixed indent.
authorGuenter Knauf <fuankg@apache.org>
Tue, 5 Apr 2011 01:01:16 +0000 (01:01 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 5 Apr 2011 01:01:16 +0000 (01:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1088838 13f79535-47bb-0310-9956-ffa450edef68

modules/arch/netware/libprews.c

index de29eb16a57f9039479754f78ece9d5c14fe9afd..9a0b90e63ce3d82526f7f911208f2141771e4628 100644 (file)
@@ -25,9 +25,8 @@
   provide.
 ------------------------------------------------------------------*/
 #include <netware.h>
-//#include "stddef.h"
 #ifdef USE_WINSOCK
-#include "novsock2.h"
+#include <novsock2.h>
 #endif
 
 int _NonAppStart
@@ -70,11 +69,11 @@ void _NonAppStop( void )
 #ifdef USE_WINSOCK
     WSACleanup();
 #else
-    return;0;
+    return;
 #endif
 }
 
 int  _NonAppCheckUnload( void )
 {
-        return 0;
+    return 0;
 }