summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-07-04 19:00:47 +0000
committersteve <steve@FreeBSD.org>1998-07-04 19:00:47 +0000
commite14479c558436b7bcf3e0eb147e4178b5cf7ef76 (patch)
treea119286a2f8c32305f8d0c3241c41cb4d5982b70
parent3f5c1f515d027f763896e870774e482b95e5dd78 (diff)
downloadFreeBSD-src-e14479c558436b7bcf3e0eb147e4178b5cf7ef76.zip
FreeBSD-src-e14479c558436b7bcf3e0eb147e4178b5cf7ef76.tar.gz
Remove '???' because it generates an annoying message about
a trigraph being encountered when included. PR: 7123 Submitted by: Greg Lehey <grog@lemis.com>
-rw-r--r--sys/sys/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/device.h b/sys/sys/device.h
index 80ba4b1..5425d77 100644
--- a/sys/sys/device.h
+++ b/sys/sys/device.h
@@ -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 {
OpenPOWER on IntegriCloud