Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Make gcc-2.96 shutup about trigraph ignored.
details: https://anonhg.NetBSD.org/src/rev/cc820eb6fc3d
branches: trunk
changeset: 495118:cc820eb6fc3d
user: matt <matt%NetBSD.org@localhost>
date: Sat Jul 22 05:02:24 2000 +0000
description:
Make gcc-2.96 shutup about trigraph ignored.
diffstat:
sys/sys/device.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 96efa89d5cba -r cc820eb6fc3d sys/sys/device.h
--- a/sys/sys/device.h Sat Jul 22 03:46:53 2000 +0000
+++ b/sys/sys/device.h Sat Jul 22 05:02:24 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: device.h,v 1.43 2000/07/06 00:42:35 thorpej Exp $ */
+/* $NetBSD: device.h,v 1.44 2000/07/22 05:02:24 matt Exp $ */
/*
* Copyright (c) 1996, 2000 Christopher G. Demetriou
@@ -93,7 +93,7 @@
DV_DISK, /* disk drive (label, etc) */
DV_IFNET, /* network interface */
DV_TAPE, /* tape device */
- DV_TTY /* serial line interface (???) */
+ DV_TTY /* serial line interface (?) */
};
/*
Home |
Main Index |
Thread Index |
Old Index