You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2011/04/05 03:01:16 UTC

svn commit: r1088838 - /httpd/httpd/trunk/modules/arch/netware/libprews.c

Author: fuankg
Date: Tue Apr  5 01:01:16 2011
New Revision: 1088838

URL: http://svn.apache.org/viewvc?rev=1088838&view=rev
Log:
Fixed sysinclude; removed trailing 0; fixed indent.

Modified:
    httpd/httpd/trunk/modules/arch/netware/libprews.c

Modified: httpd/httpd/trunk/modules/arch/netware/libprews.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/arch/netware/libprews.c?rev=1088838&r1=1088837&r2=1088838&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/arch/netware/libprews.c (original)
+++ httpd/httpd/trunk/modules/arch/netware/libprews.c Tue Apr  5 01:01:16 2011
@@ -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;
 }