Commit cb03b017 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

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
parent 8942ca5b
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -25,9 +25,8 @@
  provide.
------------------------------------------------------------------*/
#include <netware.h>
//#include "stddef.h"
#ifdef USE_WINSOCK
#include "novsock2.h"
#include <novsock2.h>
#endif

int _NonAppStart
@@ -70,7 +69,7 @@ void _NonAppStop( void )
#ifdef USE_WINSOCK
    WSACleanup();
#else
    return;0;
    return;
#endif
}