summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2010-12-24 20:26:31 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2010-12-24 20:26:31 +0000
commit039114c71adb7ba97e86d2c8757eae232f2644f2 (patch)
treeb418327e5800bc7c59d427e6cfac87dc4b8b4920 /sys/arch/i386
parentddc2da753b49f1b63a20b0d8d1f6cd8a18595635 (diff)
the bsdi ldt entry is no longer interesting. from valdimir kirillov
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/include/segments.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/segments.h b/sys/arch/i386/include/segments.h
index 939246b2e9e..a6932a4e0fd 100644
--- a/sys/arch/i386/include/segments.h
+++ b/sys/arch/i386/include/segments.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: segments.h,v 1.17 2010/07/01 17:30:27 tedu Exp $ */
+/* $OpenBSD: segments.h,v 1.18 2010/12/24 20:26:30 tedu Exp $ */
/* $NetBSD: segments.h,v 1.23 1996/02/01 22:31:03 mycroft Exp $ */
/*-
@@ -228,7 +228,6 @@ void idt_vec_free(int);
/*
* Entries in the Local Descriptor Table (LDT)
*/
-#define LBSDICALLS_SEL 16 /* BSDI system call gate */
#define NLDT 17
#endif /* _I386_SEGMENTS_H_ */