Author: pascalek Date: Tue Mar 20 13:07:34 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - initial revision
---- Files affected: SOURCES: mars_nwe-quota_off.patch (NONE -> 1.1) (NEW), mars_nwe-gcc4.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/mars_nwe-quota_off.patch diff -u /dev/null SOURCES/mars_nwe-quota_off.patch:1.1 --- /dev/null Tue Mar 20 14:07:34 2007 +++ SOURCES/mars_nwe-quota_off.patch Tue Mar 20 14:07:29 2007 @@ -0,0 +1,12 @@ +diff -Nur mars_nwe.orig/examples/config.h mars_nwe.chng/examples/config.h +--- mars_nwe.orig/examples/config.h 2007-03-20 11:55:22.000000000 +0100 ++++ mars_nwe.chng/examples/config.h 2007-03-20 12:33:20.000000000 +0100 +@@ -83,7 +83,7 @@ + #define INTERNAL_RIP_SAP 1 /* use internal/own rip/sap routines */ + + #define SHADOW_PWD 1 /* change to '1' for shadow passwds */ +-#define QUOTA_SUPPORT 1 /* change to '1' for quota support */ ++#define QUOTA_SUPPORT 0 /* change to '1' for quota support */ + + /* for sending 'Request being serviced' replys, /lenz */ + #define CALL_NWCONN_OVER_SOCKET 0 ================================================================ Index: SOURCES/mars_nwe-gcc4.patch diff -u /dev/null SOURCES/mars_nwe-gcc4.patch:1.1 --- /dev/null Tue Mar 20 14:07:34 2007 +++ SOURCES/mars_nwe-gcc4.patch Tue Mar 20 14:07:29 2007 @@ -0,0 +1,12 @@ +diff -Nur mars_nwe.orig/tools.h mars_nwe.chng/tools.h +--- mars_nwe.orig/tools.h 2000-04-18 19:17:57.000000000 +0200 ++++ mars_nwe.chng/tools.h 2007-03-20 11:58:40.000000000 +0100 +@@ -27,7 +27,7 @@ + #define NWBIND 5 + #define NWROUTED 6 + +-extern FILE *logfile; ++/* extern FILE *logfile; */ + extern void x_x_xfree(char **p); + extern int x_x_xnewstr(uint8 **p, uint8 *s); + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
