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/ether.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/ppp/ether.c') diff --git a/usr.sbin/ppp/ether.c b/usr.sbin/ppp/ether.c index b06a3c2..ebcbcd3 100644 --- a/usr.sbin/ppp/ether.c +++ b/usr.sbin/ppp/ether.c @@ -319,7 +319,7 @@ ether_iov2device(int type, struct physical *p, struct iovec *iov, int *niov, } static int -ether_UpdateSet(struct descriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) +ether_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) { struct physical *p = descriptor2physical(d); struct etherdevice *dev = device2ether(p->handler); @@ -338,7 +338,7 @@ ether_UpdateSet(struct descriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) } static int -ether_IsSet(struct descriptor *d, const fd_set *fdset) +ether_IsSet(struct fdescriptor *d, const fd_set *fdset) { struct physical *p = descriptor2physical(d); struct etherdevice *dev = device2ether(p->handler); @@ -351,7 +351,7 @@ ether_IsSet(struct descriptor *d, const fd_set *fdset) } static void -ether_DescriptorRead(struct descriptor *d, struct bundle *bundle, +ether_DescriptorRead(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) { struct physical *p = descriptor2physical(d); -- cgit v1.1