artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dca3738
)
cannot use err() here
author
deraadt
<deraadt@openbsd.org>
Thu, 12 Dec 1996 10:28:28 +0000
(10:28 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 12 Dec 1996 10:28:28 +0000
(10:28 +0000)
sbin/mount_nfs/mount_nfs.c
patch
|
blob
|
history
diff --git
a/sbin/mount_nfs/mount_nfs.c
b/sbin/mount_nfs/mount_nfs.c
index
a8560cb
..
17cea7d
100644
(file)
--- a/
sbin/mount_nfs/mount_nfs.c
+++ b/
sbin/mount_nfs/mount_nfs.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: mount_nfs.c,v 1.
6 1996/05/28 12:37:57
deraadt Exp $ */
+/* $OpenBSD: mount_nfs.c,v 1.
7 1996/12/12 10:28:28
deraadt Exp $ */
/* $NetBSD: mount_nfs.c,v 1.12.4.1 1996/05/25 22:48:05 fvdl Exp $ */
/*
@@
-680,7
+680,7
@@
tryagain:
~NFSMNT_NFSV3;
goto tryagain;
} else {
-
errx(1
, "%s",
+
fprintf(stdderr
, "%s",
clnt_sperror(clp,
"MNT RPC"));
}