SOURCES: cvs-home_etc.patch, cvs-fixed_buffer.patch - updated
arekm
arekm at pld-linux.org
Mon Nov 5 20:52:58 CET 2007
Author: arekm Date: Mon Nov 5 19:52:58 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated
---- Files affected:
SOURCES:
cvs-home_etc.patch (1.6 -> 1.7) , cvs-fixed_buffer.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/cvs-home_etc.patch
diff -u SOURCES/cvs-home_etc.patch:1.6 SOURCES/cvs-home_etc.patch:1.7
--- SOURCES/cvs-home_etc.patch:1.6 Mon Nov 5 20:49:51 2007
+++ SOURCES/cvs-home_etc.patch Mon Nov 5 20:52:53 2007
@@ -7,7 +7,7 @@
{
- char *path = Xasprintf ("%s/%s", dir, file);
+ char *path;
-+ char *path,*cfgdir;
++ char *cfgdir;
+ struct stat st;
+ int isdot = (*file == '.');
+
================================================================
Index: SOURCES/cvs-fixed_buffer.patch
diff -u SOURCES/cvs-fixed_buffer.patch:1.1 SOURCES/cvs-fixed_buffer.patch:1.2
--- SOURCES/cvs-fixed_buffer.patch:1.1 Fri Feb 15 13:47:03 2002
+++ SOURCES/cvs-fixed_buffer.patch Mon Nov 5 20:52:53 2007
@@ -1,14 +1,17 @@
+--- cvs/src/buffer.h.org 2007-11-05 20:50:00.611456571 +0100
++++ cvs/src/buffer.h 2007-11-05 20:50:11.485304127 +0100
+@@ -16,6 +16,8 @@
+
+ #if defined (SERVER_SUPPORT) || defined (CLIENT_SUPPORT)
+
++# include <unistd.h>
++
+ # include "getpagesize.h"
+
+ /*
diff -ur cvs-1.11.1p1.orig/src/buffer.c cvs-1.11.1p1/src/buffer.c
--- cvs-1.11.1p1.orig/src/buffer.c Thu Apr 19 21:29:05 2001
+++ cvs-1.11.1p1/src/buffer.c Thu Feb 14 13:22:23 2002
-@@ -1,6 +1,7 @@
- /* Code for the buffer data structure. */
-
- #include <assert.h>
-+#include <unistd.h>
- #include "cvs.h"
- #include "buffer.h"
-
@@ -292,15 +293,28 @@
if (nbytes != data->size)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/cvs-home_etc.patch?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/cvs-fixed_buffer.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list