Page MenuHomeFreeBSD

D43723.diff
No OneTemporary

D43723.diff

diff --git a/lib/libcompat/4.3/rexec.c b/lib/libcompat/4.3/rexec.c
--- a/lib/libcompat/4.3/rexec.c
+++ b/lib/libcompat/4.3/rexec.c
@@ -49,7 +49,6 @@
#include <unistd.h>
int rexecoptions;
-char *getpass(), *getlogin();
/*
* Options and other state info.
@@ -130,8 +129,7 @@
}
static int
-ruserpass(host, aname, apass, aacct)
- char *host, **aname, **apass, **aacct;
+ruserpass(char *host, char **aname, char **apass, char **aacct)
{
char *hdir, buf[BUFSIZ], *tmp;
char myname[MAXHOSTNAMELEN], *mydomain;
@@ -289,11 +287,7 @@
}
int
-rexec(ahost, rport, name, pass, cmd, fd2p)
- char **ahost;
- int rport;
- char *name, *pass, *cmd;
- int *fd2p;
+rexec(char **ahost, int rport, char *name, char *pass, char *cmd, int *fd2p)
{
struct sockaddr_in sin, sin2, from;
struct hostent *hp;

File Metadata

Mime Type
text/plain
Expires
Wed, May 27, 12:23 PM (14 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33556425
Default Alt Text
D43723.diff (807 B)

Event Timeline