summaryrefslogtreecommitdiffstats
path: root/usr.bin/rsh/rsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rsh/rsh.c')
-rw-r--r--usr.bin/rsh/rsh.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c
index 6067035..a011642 100644
--- a/usr.bin/rsh/rsh.c
+++ b/usr.bin/rsh/rsh.c
@@ -87,10 +87,10 @@ int rfd2;
int family = PF_UNSPEC;
-char *copyargs __P((char **));
-void sendsig __P((int));
-void talk __P((int, long, pid_t, int, int));
-void usage __P((void));
+char *copyargs(char **);
+void sendsig(int);
+void talk(int, long, pid_t, int, int);
+void usage(void);
int
main(argc, argv)
OpenPOWER on IntegriCloud