summaryrefslogtreecommitdiff
path: root/contrib/cvs
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-03-19 14:50:22 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-03-19 14:50:22 +0000
commit3d1f13d8ce432b5d78a12c3158585e90f22301a5 (patch)
treea31fe8f844905b4b28cc0543e4cea0c8b4587e2f /contrib/cvs
parent1aa5089a57b2e66a7bece5a20ff2f5cf8a518fe7 (diff)
Notes
Diffstat (limited to 'contrib/cvs')
-rw-r--r--contrib/cvs/src/cvs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/cvs/src/cvs.h b/contrib/cvs/src/cvs.h
index f412aa0c822b8..4b7d9f5f63e94 100644
--- a/contrib/cvs/src/cvs.h
+++ b/contrib/cvs/src/cvs.h
@@ -304,9 +304,6 @@ extern int errno;
command line, the client, etc. */
#define MAXDATELEN 50
-/* FreeBSD.org default is to use ssh. */
-#define RSH_DFLT "ssh"
-
/* The type of an entnode. */
enum ent_type
{
@@ -928,6 +925,7 @@ char *descramble PROTO ((char *str));
#ifdef AUTH_CLIENT_SUPPORT
char *get_cvs_password PROTO((void));
+void free_cvs_password PROTO((char *str));
int get_cvs_port_number PROTO((const cvsroot_t *root));
char *normalize_cvsroot PROTO((const cvsroot_t *root));
#endif /* AUTH_CLIENT_SUPPORT */