summaryrefslogtreecommitdiff
path: root/devel/opencvs/files/patch-xmalloc.h
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2015-05-04 17:15:19 +0000
committerJohan van Selst <johans@FreeBSD.org>2015-05-04 17:15:19 +0000
commit92124815b9b458cebd49df1002faeb78027eaddc (patch)
tree7bda0b80382c6c591013ed7a9ee4b66148dce07b /devel/opencvs/files/patch-xmalloc.h
parent- Update to version 5.1.0 (diff)
- Update to 1 May version of opencvs
- Redo patches to please portlint
Notes
Notes: svn path=/head/; revision=385418
Diffstat (limited to 'devel/opencvs/files/patch-xmalloc.h')
-rw-r--r--devel/opencvs/files/patch-xmalloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/opencvs/files/patch-xmalloc.h b/devel/opencvs/files/patch-xmalloc.h
index cf941d50197b..1167cab5ea0e 100644
--- a/devel/opencvs/files/patch-xmalloc.h
+++ b/devel/opencvs/files/patch-xmalloc.h
@@ -1,6 +1,6 @@
---- 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 @@
+--- xmalloc.h.orig 2015-05-04 09:15:45 UTC
++++ xmalloc.h
+@@ -29,7 +29,6 @@ int xasprintf(char **, const char *, ..
__attribute__((__nonnull__ (2)));
int xsnprintf(char *, size_t, const char *, ...)
__attribute__((__format__ (printf, 3, 4)))