Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157920571
D43723.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
807 B
Referenced Files
None
Subscribers
None
D43723.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D43723: libcompat: silence -Wdeprecated-non-prototype
Attached
Detach File
Event Timeline
Log In to Comment