summaryrefslogtreecommitdiff
path: root/bin/mt/mtrmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mt/mtrmt.c')
-rw-r--r--bin/mt/mtrmt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mt/mtrmt.c b/bin/mt/mtrmt.c
index 26f68ae64df..81c3cdd6cd1 100644
--- a/bin/mt/mtrmt.c
+++ b/bin/mt/mtrmt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mtrmt.c,v 1.5 1996/09/15 20:14:18 millert Exp $ */
+/* $OpenBSD: mtrmt.c,v 1.6 1997/06/18 19:23:29 kstailey Exp $ */
/* $NetBSD: mtrmt.c,v 1.2 1996/03/06 06:22:07 scottr Exp $ */
/*-
@@ -144,7 +144,7 @@ rmtgetconn()
tuser = pwd->pw_name;
rmtape = rcmd(&rmtpeer, (u_short)sp->s_port, pwd->pw_name, tuser,
- _PATH_RMT, (int *)0);
+ _PATH_RMT, NULL);
if (rmtape == -1)
exit(1); /* rcmd already printed error message */