diff options
Diffstat (limited to 'devel/cvs')
-rw-r--r-- | devel/cvs/patches/patch-at | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvs/patches/patch-at b/devel/cvs/patches/patch-at index bd5d06d37e2..73fd85b1035 100644 --- a/devel/cvs/patches/patch-at +++ b/devel/cvs/patches/patch-at @@ -1,7 +1,7 @@ -$NetBSD: patch-at,v 1.1 1999/05/23 13:34:14 mycroft Exp $ +$NetBSD: patch-at,v 1.2 1999/05/23 14:01:37 mycroft Exp $ ---- logmsg.c.orig Sat Jan 10 12:46:19 1998 -+++ logmsg.c Sun May 23 09:32:11 1999 +--- src/logmsg.c.orig Sat Jan 10 12:46:19 1998 ++++ src/logmsg.c Sun May 23 09:32:11 1999 @@ -587,6 +587,15 @@ strlen (str_list) + strlen (p->key) + 5); (void) strcat (str_list, p->key); |