forked from Lainports/freebsd-ports
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.
11 lines
426 B
C
11 lines
426 B
C
--- 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 */
|
|
|