From: Guenter Knauf Date: Tue, 5 Apr 2011 01:47:32 +0000 (+0000) Subject: Fixed sysinclude; removed trailing 0; fixed indent. X-Git-Tag: 2.2.18~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f092f0872b1091780bbcafba54828c48129da9a6;p=thirdparty%2Fapache%2Fhttpd.git Fixed sysinclude; removed trailing 0; fixed indent. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1088843 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/arch/netware/libprews.c b/modules/arch/netware/libprews.c index de29eb16a57..9a0b90e63ce 100644 --- a/modules/arch/netware/libprews.c +++ b/modules/arch/netware/libprews.c @@ -25,9 +25,8 @@ provide. ------------------------------------------------------------------*/ #include -//#include "stddef.h" #ifdef USE_WINSOCK -#include "novsock2.h" +#include #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; }