diff options
-rw-r--r-- | sys/i386/i386/conf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/i386/conf.c b/sys/i386/i386/conf.c index 3fddb17..21e0900 100644 --- a/sys/i386/i386/conf.c +++ b/sys/i386/i386/conf.c @@ -42,7 +42,7 @@ * SUCH DAMAGE. * * from: @(#)conf.c 5.8 (Berkeley) 5/12/91 - * $Id: conf.c,v 1.86 1995/07/11 17:20:20 bde Exp $ + * $Id: conf.c,v 1.87 1995/07/16 10:45:06 phk Exp $ */ #include <sys/param.h> @@ -839,6 +839,7 @@ d_select_t crdselect; #define crdread nxread #define crdwrite nxwrite #define crdioctl nxioctl +#define crdselect nxselect #endif |