From d14885eba2fb3985d217224069c713a33e0fc964 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Mon, 5 Aug 2002 18:14:48 +0000 Subject: Update to 15.4. Pointed out by: obrien --- devel/cscope/files/patch-aa | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'devel/cscope/files/patch-aa') diff --git a/devel/cscope/files/patch-aa b/devel/cscope/files/patch-aa index ede70b9da81d..ad0f8789c9ad 100644 --- a/devel/cscope/files/patch-aa +++ b/devel/cscope/files/patch-aa @@ -1,15 +1,6 @@ ---- src/constants.h.orig Fri Jun 1 08:43:24 2001 -+++ src/constants.h Mon Aug 6 22:35:45 2001 -@@ -43,7 +43,7 @@ - - /* database output macros that update its offset */ - #define dbputc(c) (++dboffset, (void) putc(c, newrefs)) --#if Linux || BSD && !sun -+#if Linux || __FreeBSD__ || BSD && !sun - #define dbfputs(s) (dboffset += strlen(s), fputs(s, newrefs)) - #else - #define dbfputs(s) (dboffset += fputs(s, newrefs)) -@@ -98,7 +98,7 @@ +--- src/constants.h.orig Sun Jul 28 09:22:38 2002 ++++ src/constants.h Mon Aug 5 12:07:50 2002 +@@ -95,7 +95,7 @@ #define INCLUDES 8 #define FIELDS 9 -- cgit v1.2.3