Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2008 09:35:15 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 145310 for review
Message-ID:  <200807160935.m6G9ZFDC025497@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145310

Change 145310 by ed@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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807160935.m6G9ZFDC025497>