home *** CD-ROM | disk | FTP | other *** search
-
- Put this before the LINESW variable:
- #include "du.h"
- #if NDU > 0
- int dutopen(), dutclose(), dutinput(), dutioctl(), dutstart(), dutmodem();
- #endif
-
- ------------------------------
- Put this in an empty slot in the LINESW variable. Note the slot number,
- shown below as 8:
- #if NDU > 0
- dutopen, dutclose, nodev, nodev, dutioctl,
- dutinput, nodev, nulldev, dutstart, dutmodem, /* 8 DUDISC */
- #else
- nodev, nodev, nodev, nodev, nodev,
- nodev, nodev, nodev, nodev, nodev,
- #endif
-
-