diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-08-05 18:14:48 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-08-05 18:14:48 +0000 |
commit | d14885eba2fb3985d217224069c713a33e0fc964 (patch) | |
tree | c98e5d100be4c11e3e2b9d8e01da8d225672d66e /devel/cscope/files/patch-aa | |
parent | Sync with libxine shared library version bump. (diff) |
Update to 15.4.
Pointed out by: obrien
Diffstat (limited to 'devel/cscope/files/patch-aa')
-rw-r--r-- | devel/cscope/files/patch-aa | 15 |
1 files changed, 3 insertions, 12 deletions
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 |