From: Guenter Knauf Date: Tue, 5 Apr 2011 01:01:16 +0000 (+0000) Subject: Fixed sysinclude; removed trailing 0; fixed indent. X-Git-Tag: 2.3.12~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6d2728503a4f8701d33acf2619edc1d5f925ff;p=thirdparty%2Fapache%2Fhttpd.git Fixed sysinclude; removed trailing 0; fixed indent. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1088838 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; }