diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2008-11-01 18:43:36 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2008-11-01 18:43:36 +0000 |
commit | 69d5c43463408ce19a8c80ee45ee299bee1e8289 (patch) | |
tree | f14b00301afcf2f280ad35d2391f4542f4644f1e /devel/opencvs/files/patch-xmalloc.h | |
parent | Use 127.0.0.1 for incoming communication socket (internally-used (diff) |
OpenCVS is a FREE implementation of the Concurrent Versions System, the most
popular open source revision control software. It can be used as both client
and server for repositories and provides granular access control over data
stored in the repository. It aims to be as compatible as possible with other
CVS implementations, except when particular features reduce the overall
security of the system.
WWW: http://www.opencvs.org/
This port was requested by rdivacky@, who created the dist patches for
OpenCVS.
Notes
Notes:
svn path=/head/; revision=222279
Diffstat (limited to 'devel/opencvs/files/patch-xmalloc.h')
-rw-r--r-- | devel/opencvs/files/patch-xmalloc.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/opencvs/files/patch-xmalloc.h b/devel/opencvs/files/patch-xmalloc.h new file mode 100644 index 000000000000..08a220c75a34 --- /dev/null +++ b/devel/opencvs/files/patch-xmalloc.h @@ -0,0 +1,11 @@ +--- xmalloc.h 29 Jan 2007 16:22:29 -0000 1.3 ++++ xmalloc.h 17 Oct 2008 08:51:46 -0000 +@@ -29,7 +29,6 @@ + __attribute__((__nonnull__ (2))); + int xsnprintf(char *, size_t, const char *, ...) + __attribute__((__format__ (printf, 3, 4))) +- __attribute__((__nonnull__ (3))) +- __attribute__((__bounded__ (__string__,1,2))); ++ __attribute__((__nonnull__ (3))); + + #endif /* XMALLOC_H */ |