diff options
| -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 eb667053af6c..d6d9758c159b 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> |
