Remove '???' because it generates an annoying message about
a trigraph being encountered when included. PR: 7123 Submitted by: Greg Lehey <grog@lemis.com>
This commit is contained in:
parent
3dc0dc887a
commit
5089aede57
@ -40,7 +40,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)device.h 8.2 (Berkeley) 2/17/94
|
||||
* $Id: device.h,v 1.6 1997/02/22 09:45:00 peter Exp $
|
||||
* $Id: device.h,v 1.7 1997/09/21 22:09:03 gibbs Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_DEVICE_H_
|
||||
@ -58,7 +58,7 @@ enum devclass {
|
||||
DV_DISK, /* disk drive (label, etc) */
|
||||
DV_IFNET, /* network interface */
|
||||
DV_TAPE, /* tape device */
|
||||
DV_TTY /* serial line interface (???) */
|
||||
DV_TTY /* serial line interface (?) */
|
||||
};
|
||||
|
||||
struct device {
|
||||
|
Loading…
x
Reference in New Issue
Block a user