summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-07-16 14:34:57 +0000
committerdg <dg@FreeBSD.org>1995-07-16 14:34:57 +0000
commitad4fa79aa73783ca18513f28ebd44b33980c95b8 (patch)
tree5dba03856d7df71c170b7263f2d6624fe5f1a1a5
parent9453deea206ba115b08b8aab7afe27603856a356 (diff)
downloadFreeBSD-src-ad4fa79aa73783ca18513f28ebd44b33980c95b8.zip
FreeBSD-src-ad4fa79aa73783ca18513f28ebd44b33980c95b8.tar.gz
Added crdselect definition for !NCRD case.
-rw-r--r--sys/i386/i386/conf.c3
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
OpenPOWER on IntegriCloud