diff options
author | pav <pav@FreeBSD.org> | 2004-06-04 23:40:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-04 23:40:06 +0800 |
commit | 01f4d973bb5056a8c294a682b2ad617d04d6b1af (patch) | |
tree | 23de6c5cda8cbf933df1122613e4014493b0656e /mail | |
parent | f07708101b6165fecf0cc0ebc1dc3708847cfdcb (diff) | |
download | freebsd-ports-gnome-01f4d973bb5056a8c294a682b2ad617d04d6b1af.tar.gz freebsd-ports-gnome-01f4d973bb5056a8c294a682b2ad617d04d6b1af.tar.zst freebsd-ports-gnome-01f4d973bb5056a8c294a682b2ad617d04d6b1af.zip |
- Remove $Id$ part of the patch, it's noop and it caused havoc on some systems
where it got mysteriously expanded.
PR: ports/67504
Reported by: many
Diffstat (limited to 'mail')
-rw-r--r-- | mail/milter-greylist/files/patch-conf.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mail/milter-greylist/files/patch-conf.c b/mail/milter-greylist/files/patch-conf.c index 87658b336712..7a1f75eb543c 100644 --- a/mail/milter-greylist/files/patch-conf.c +++ b/mail/milter-greylist/files/patch-conf.c @@ -1,14 +1,5 @@ --- conf.c.orig Fri Apr 2 17:06:52 2004 +++ conf.c Mon May 31 16:58:06 2004 -@@ -34,7 +34,7 @@ - #ifdef HAVE_SYS_CDEFS_H - #include <sys/cdefs.h> - #ifdef __RCSID --__RCSID("$Id: conf.c,v 1.15 2004/04/02 15:06:52 manu Exp $"); -+__RCSID("$Id: conf.c,v 1.15 (sigsev patch) 2004/04/02 15:06:52 manu Exp $"); - #endif - #endif - @@ -83,6 +83,8 @@ conf_load(void) /* exceptlist must be write-locked */ { |