summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/svc_run.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-08-29 13:52:27 +0000
committerbde <bde@FreeBSD.org>2001-08-29 13:52:27 +0000
commit92c57599167493c3bef125d0aa3416a4f3abf082 (patch)
tree4587fdf85fbc795e0cbf9e3c4a511da739cd65a8 /lib/libc/rpc/svc_run.c
parent40c9b9ae1a590b90d8f9b5d53e9ca022f2a51b40 (diff)
downloadFreeBSD-src-92c57599167493c3bef125d0aa3416a4f3abf082.zip
FreeBSD-src-92c57599167493c3bef125d0aa3416a4f3abf082.tar.gz
Fixed namespace pollution related to `warn' in libc (but not in other
libraries or for other members of the err() family). This fixes world breakage in bc and rcs/* for NOSHARED worlds.
Diffstat (limited to 'lib/libc/rpc/svc_run.c')
-rw-r--r--lib/libc/rpc/svc_run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/svc_run.c b/lib/libc/rpc/svc_run.c
index 08f3776..f2adf56 100644
--- a/lib/libc/rpc/svc_run.c
+++ b/lib/libc/rpc/svc_run.c
@@ -68,7 +68,7 @@ svc_run()
if (errno == EINTR) {
continue;
}
- warn("svc_run: - select failed");
+ _warn("svc_run: - select failed");
return;
case 0:
continue;
OpenPOWER on IntegriCloud