]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixed sysinclude; removed tab.
authorGuenter Knauf <fuankg@apache.org>
Tue, 5 Apr 2011 01:53:21 +0000 (01:53 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 5 Apr 2011 01:53:21 +0000 (01:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1088846 13f79535-47bb-0310-9956-ffa450edef68

modules/arch/netware/libprews.c

index 5ac5e54ce23149f3f5814bf2b7f6f5b010d6e21f..1b5d22561ddff08e071e28f58fb11beaca8c6953 100644 (file)
@@ -25,8 +25,7 @@
   provide.
 ------------------------------------------------------------------*/
 #include <netware.h>
-//#include "stddef.h"
-#include "novsock2.h"
+#include <novsock2.h>
 
 int _NonAppStart
 (
@@ -66,5 +65,5 @@ void _NonAppStop( void )
 
 int  _NonAppCheckUnload( void )
 {
-       return 0;
+    return 0;
 }