From 9c5b52bb1ff54c68085f3d991416208f25de7639 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 14 Mar 2000 01:46:09 +0000 Subject: To avoid namespace polution in NetBSD: ``struct descriptor'' -> ``struct fdescriptor'' --- usr.sbin/ppp/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp/main.c') diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c index 10269e6..ed38119 100644 --- a/usr.sbin/ppp/main.c +++ b/usr.sbin/ppp/main.c @@ -580,8 +580,8 @@ DoLoop(struct bundle *bundle) for (i = 0; i <= nfds; i++) if (FD_ISSET(i, &efds)) { - log_Printf(LogPHASE, "Exception detected on descriptor %d\n", i); - /* We deal gracefully with link descriptor exceptions */ + log_Printf(LogPHASE, "Exception detected on fdescriptor %d\n", i); + /* We deal gracefully with link fdescriptor exceptions */ if (!bundle_Exception(bundle, i)) { log_Printf(LogERROR, "Exception cannot be handled !\n"); break; -- cgit v1.1