mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
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.
21 lines
438 B
C
21 lines
438 B
C
--- cvs.c 21 Jun 2008 15:39:15 -0000 1.150
|
|
+++ cvs.c 17 Oct 2008 08:51:45 -0000
|
|
@@ -70,7 +70,7 @@
|
|
struct cvs_cmd *cmdp; /* struct of command we are running */
|
|
|
|
int cvs_getopt(int, char **);
|
|
-__dead void usage(void);
|
|
+void usage(void);
|
|
static void cvs_read_rcfile(void);
|
|
|
|
struct cvs_wklhead temp_files;
|
|
@@ -122,7 +122,7 @@
|
|
cvs_ent_close(current_list, ENT_SYNC);
|
|
}
|
|
|
|
-__dead void
|
|
+void
|
|
usage(void)
|
|
{
|
|
(void)fprintf(stderr,
|
|
|