diff options
author | bde <bde@FreeBSD.org> | 1996-05-01 01:46:00 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-05-01 01:46:00 +0000 |
commit | f8633871d302d66c7e3522cbe690f408fa1ae32b (patch) | |
tree | 418080f10efd507ebec7d05bb602a03279efb827 | |
parent | 0a13cbc5dabe6da6d825a6470c01c8c4f0979810 (diff) | |
download | FreeBSD-src-f8633871d302d66c7e3522cbe690f408fa1ae32b.zip FreeBSD-src-f8633871d302d66c7e3522cbe690f408fa1ae32b.tar.gz |
Made this compile again. A comment delimiter got deleted in the Lite2
changes.
-rw-r--r-- | sys/sys/tablet.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/tablet.h b/sys/sys/tablet.h index eb66705..d6d9758 100644 --- a/sys/sys/tablet.h +++ b/sys/sys/tablet.h @@ -31,12 +31,13 @@ * SUCH DAMAGE. * * @(#)tablet.h 8.4 (Berkeley) 7/10/94 - * $Id: tablet.h,v 1.3 1996/02/24 11:21:19 hsu Exp $ + * $Id: tablet.h,v 1.3 1996/03/11 02:15:32 hsu Exp $ */ #ifndef _SYS_TABLET_H_ #define _SYS_TABLET_H_ +/* * Tablet line discipline. */ #include <sys/ioctl.h> |