diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/librmt/rmtlib.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/librmt/rmtlib.c b/lib/librmt/rmtlib.c index 6a4c451ea40..3b08dcfede2 100644 --- a/lib/librmt/rmtlib.c +++ b/lib/librmt/rmtlib.c @@ -1,4 +1,4 @@ -/* $NetBSD: rmtlib.c,v 1.24 2011/05/31 12:24:33 christos Exp $ */ +/* $NetBSD: rmtlib.c,v 1.25 2011/06/21 09:35:23 mrg Exp $ */ /* * rmt --- remote tape emulator subroutines @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: rmtlib.c,v 1.24 2011/05/31 12:24:33 christos Exp $"); +__RCSID("$NetBSD: rmtlib.c,v 1.25 2011/06/21 09:35:23 mrg Exp $"); #define RMTIOCTL 1 /* #define USE_REXEC 1 */ /* rexec code courtesy of Dan Kegel, srs!dan */ @@ -224,7 +224,7 @@ _rmt_rexec(const char *host, const char *user) rexecserv = getservbyname("exec", "tcp"); if (rexecserv == NULL) - errx(1, exec/tcp: service not available."); + errx(1, "exec/tcp: service not available."); if ((user != NULL) && *user == '\0') user = NULL; return rexec(&host, rexecserv->s_port, user, NULL, |
