summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-04-01 17:16:40 +0000
committerjoerg <joerg@FreeBSD.org>1995-04-01 17:16:40 +0000
commit496532df2284189ba4f9a41dbb9c99e7bfe8dc04 (patch)
treefc89c15b2818467678f15490b5868f157675d332 /sys/i386/include
parent8befbf76145df5fc0818e4b312878684f567f2cc (diff)
downloadFreeBSD-src-496532df2284189ba4f9a41dbb9c99e7bfe8dc04.zip
FreeBSD-src-496532df2284189ba4f9a41dbb9c99e7bfe8dc04.tar.gz
Update pcvt to 3.20b23
Submitted by: Hellmuth Michaelis <hm@altona.hamburg.com>
Diffstat (limited to 'sys/i386/include')
-rw-r--r--sys/i386/include/pcvt_ioctl.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/i386/include/pcvt_ioctl.h b/sys/i386/include/pcvt_ioctl.h
index ac4842a..b6e4ca6 100644
--- a/sys/i386/include/pcvt_ioctl.h
+++ b/sys/i386/include/pcvt_ioctl.h
@@ -44,7 +44,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*
- * @(#)ioctl_pcvt.h, 3.20, Last Edit-Date: [Sun Feb 26 13:15:12 1995]
+ * @(#)ioctl_pcvt.h, 3.20, Last Edit-Date: [Thu Mar 30 10:38:23 1995]
*
*/
@@ -56,6 +56,7 @@
* -hm some new PCVT_xxx (and CONF_xxx) values
* -hm version definitions moved to begin of file
* -hm removed PCVT_FAKE_SYSCONS10
+ * -hm accept KERNEL or _KERNEL
*
*---------------------------------------------------------------------------*/
@@ -64,15 +65,15 @@
/* pcvt version information for VGAPCVTID ioctl */
-#define PCVTIDNAME "pcvt-b22" /* driver id - string */
+#define PCVTIDNAME "pcvt-b23" /* driver id - string */
#define PCVTIDMAJOR 3 /* driver id - major release */
#define PCVTIDMINOR 20 /* driver id - minor release */
-#ifndef KERNEL
+#if defined(KERNEL) || defined(_KERNEL)
+#include "ioctl.h"
+#else
#include <sys/ioctl.h>
#include <sys/types.h>
-#else
-#include "ioctl.h"
#endif
/*---------------------------------------------------------------------------*
OpenPOWER on IntegriCloud