summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/util.h')
-rw-r--r--usr.bin/cvs/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/util.h b/usr.bin/cvs/util.h
index fa8d32afd34..867f5f98177 100644
--- a/usr.bin/cvs/util.h
+++ b/usr.bin/cvs/util.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.h,v 1.25 2008/06/10 01:00:35 joris Exp $ */
+/* $OpenBSD: util.h,v 1.26 2008/06/12 07:16:14 joris Exp $ */
/*
* Copyright (c) 2006 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -41,7 +41,7 @@ int cvs_unlink(const char *);
int cvs_rmdir(const char *);
char **cvs_makeargv(const char *, int *);
void cvs_freeargv(char **, int);
-int cvs_exec(const char *, const char *, int);
+int cvs_exec(char *, const char *, int);
u_int cvs_revision_select(RCSFILE *, char *);
struct cvs_line {