Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 37587 invoked from network); 5 Apr 2011 01:01:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Apr 2011 01:01:40 -0000 Received: (qmail 13492 invoked by uid 500); 5 Apr 2011 01:01:40 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 13425 invoked by uid 500); 5 Apr 2011 01:01:40 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 13418 invoked by uid 99); 5 Apr 2011 01:01:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2011 01:01:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2011 01:01:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 04F3F238890A; Tue, 5 Apr 2011 01:01:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1088838 - /httpd/httpd/trunk/modules/arch/netware/libprews.c Date: Tue, 05 Apr 2011 01:01:16 -0000 To: cvs@httpd.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110405010117.04F3F238890A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 -//#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; }