PERFORCE change 145310 for review
Ed Schouten
ed at FreeBSD.org
Wed Jul 16 09:35:15 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=145310
Change 145310 by ed at ed_dull on 2008/07/16 09:34:20
Revert my previous change to ioctl_compat.h; kdump includes this
file unconditionally. Just make it return no contents when
included.
Affected files ...
.. //depot/projects/mpsafetty/sys/sys/ioctl_compat.h#3 edit
Differences ...
==== //depot/projects/mpsafetty/sys/sys/ioctl_compat.h#3 (text+ko) ====
@@ -38,9 +38,7 @@
#ifndef _SYS_IOCTL_COMPAT_H_
#define _SYS_IOCTL_COMPAT_H_
-#ifndef _KERNEL
-#error "no user-servicable parts inside"
-#endif /* !_KERNEL */
+#ifdef _KERNEL
struct tchars {
char t_intrc; /* interrupt */
@@ -149,4 +147,6 @@
#define TIOCGLTC _IOR('t',116,struct ltchars)/* get local special chars*/
#define OTIOCCONS _IO('t', 98) /* for hp300 -- sans int arg */
+#endif /* _KERNEL */
+
#endif /* !_SYS_IOCTL_COMPAT_H_ */
More information about the p4-projects
mailing list