summaryrefslogtreecommitdiff
path: root/devel/opencvs/files/patch-xmalloc.h
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2010-06-08 20:57:44 +0000
committerJohan van Selst <johans@FreeBSD.org>2010-06-08 20:57:44 +0000
commit78d7f07f6ebe8f26c4eb42cbeed12c241ae1b457 (patch)
treee95f6d8725fc418010ab8f94d78ed346a75903aa /devel/opencvs/files/patch-xmalloc.h
parentUpgrade to 3.7.3. (diff)
- Update to a new snapshot
- Claim maintainership - Simplify (reduce) patchfiles
Notes
Notes: svn path=/head/; revision=256138
Diffstat (limited to 'devel/opencvs/files/patch-xmalloc.h')
-rw-r--r--devel/opencvs/files/patch-xmalloc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/opencvs/files/patch-xmalloc.h b/devel/opencvs/files/patch-xmalloc.h
index 08a220c75a34..cf941d50197b 100644
--- a/devel/opencvs/files/patch-xmalloc.h
+++ b/devel/opencvs/files/patch-xmalloc.h
@@ -1,5 +1,5 @@
---- xmalloc.h 29 Jan 2007 16:22:29 -0000 1.3
-+++ xmalloc.h 17 Oct 2008 08:51:46 -0000
+--- xmalloc.h.orig 2007-01-29 17:22:29.000000000 +0100
++++ xmalloc.h 2010-06-08 20:18:08.000000000 +0200
@@ -29,7 +29,6 @@
__attribute__((__nonnull__ (2)));
int xsnprintf(char *, size_t, const char *, ...)