summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2010-12-24 20:26:30 +0000
committertedu <tedu@openbsd.org>2010-12-24 20:26:30 +0000
commit7f7cf896a5ce7b298bbcd553d6bad0a0e751ba31 (patch)
treefa25347877582df5554c70f0ff93e204132653bc
parentin pf_src_connlimit, the indices to sk->addr were swapped. (diff)
downloadwireguard-openbsd-7f7cf896a5ce7b298bbcd553d6bad0a0e751ba31.tar.xz
wireguard-openbsd-7f7cf896a5ce7b298bbcd553d6bad0a0e751ba31.zip
the bsdi ldt entry is no longer interesting. from valdimir kirillov
-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_ */