summaryrefslogtreecommitdiff
path: root/bin/rcp
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-17 19:42:41 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-17 19:42:41 +0000
commitd522f6eb0324008023fed0be4d046f3fc51b0356 (patch)
tree9ecf8345e3c3ff77a81ef2a20d84c6497533e804 /bin/rcp
parent1b433a7e5b43fe0dec72e100525e31299629c117 (diff)
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'bin/rcp')
-rw-r--r--bin/rcp/rcp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c
index 3368beab00d..902f8419c48 100644
--- a/bin/rcp/rcp.c
+++ b/bin/rcp/rcp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcp.c,v 1.26 2002/02/16 21:27:07 millert Exp $ */
+/* $OpenBSD: rcp.c,v 1.27 2002/02/17 19:42:19 millert Exp $ */
/* $NetBSD: rcp.c,v 1.9 1995/03/21 08:19:06 cgd Exp $ */
/*
@@ -103,8 +103,8 @@ int kerberos(char **, char *, char *, char *);
void oldw(const char *, ...);
/* XXX from ../../usr.bin/rlogin/krcmd.c */
int krcmd(char **, u_short, char *, char *, int *, char *);
-int krcmd_mutual __P((char **, u_short, char *, char *, int *,
- char *, CREDENTIALS *, Key_schedule));
+int krcmd_mutual(char **, u_short, char *, char *, int *,
+ char *, CREDENTIALS *, Key_schedule);
#endif
int response(void);
void rsource(char *, struct stat *);