From 69d5c43463408ce19a8c80ee45ee299bee1e8289 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Sat, 1 Nov 2008 18:43:36 +0000 Subject: 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. --- devel/opencvs/files/patch-log.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/opencvs/files/patch-log.h (limited to 'devel/opencvs/files/patch-log.h') diff --git a/devel/opencvs/files/patch-log.h b/devel/opencvs/files/patch-log.h new file mode 100644 index 000000000000..bc65b4fba1ed --- /dev/null +++ b/devel/opencvs/files/patch-log.h @@ -0,0 +1,11 @@ +--- log.h 10 Jun 2008 01:00:34 -0000 1.23 ++++ log.h 17 Oct 2008 08:51:46 -0000 +@@ -47,6 +47,6 @@ + void cvs_vlog(u_int, const char *, va_list); + int cvs_printf(const char *, ...) __attribute__((format(printf, 1, 2))); + int cvs_vprintf(const char *, va_list); +-void fatal(const char *, ...) __dead __attribute__((format(printf, 1,2))); ++void fatal(const char *, ...) __attribute__((format(printf, 1,2))); + + #endif /* LOG_H */ + -- cgit v1.2.3