diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/net/rcmdsh.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/net/rcmdsh.c b/src/lib/libc/net/rcmdsh.c index a8cd0e60df..5d468ff4c4 100644 --- a/src/lib/libc/net/rcmdsh.c +++ b/src/lib/libc/net/rcmdsh.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: rcmdsh.c,v 1.16 2015/10/23 04:45:32 guenther Exp $ */ | 1 | /* $OpenBSD: rcmdsh.c,v 1.17 2015/11/01 03:45:29 guenther Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001, MagniComp | 4 | * Copyright (c) 2001, MagniComp |
@@ -51,7 +51,6 @@ | |||
51 | * program in place of a direct rcmd(3) function call so as to | 51 | * program in place of a direct rcmd(3) function call so as to |
52 | * avoid having to be root. Note that rport is ignored. | 52 | * avoid having to be root. Note that rport is ignored. |
53 | */ | 53 | */ |
54 | /* ARGSUSED */ | ||
55 | int | 54 | int |
56 | rcmdsh(char **ahost, int rport, const char *locuser, const char *remuser, | 55 | rcmdsh(char **ahost, int rport, const char *locuser, const char *remuser, |
57 | const char *cmd, char *rshprog) | 56 | const char *cmd, char *rshprog) |