diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-01-21 02:23:15 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-01-21 02:23:15 +0000 |
commit | 2ce0f85e0d51e281a7674fd05d06177a99f453bb (patch) | |
tree | 169524807f92c939b58d9b6e784c7d814c161b60 /share | |
parent | 85e57203d338437201d1daaab88d5ad0642217e6 (diff) |
Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete
for a couple decades. Keep the OSIOCGIFCONF ioctl to support COMPAT_LINUX
but move the rest of the Linux-specific ioctl() handling into linux_socket.c
This lets struct osockaddr finally move from sys/socket.h to protocols/talkd.h
ok krw@ deraadt@ mpi@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/options.4 | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 16620ca8b9f..19dedb96027 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.238 2014/10/09 04:41:36 tedu Exp $ +.\" $OpenBSD: options.4,v 1.239 2015/01/21 02:23:14 guenther Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: October 9 2014 $ +.Dd $Mdocdate: January 21 2015 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -54,15 +54,6 @@ options are passed to the compile process as flags to the C compiler. .Sh COMPATIBILITY OPTIONS .Bl -ohang -.It Cd option COMPAT_43 -This option enables compatibility with -.Bx 4.3 . -It provides backwards compatibility with the -.Dq old -SIOC[GS]IF{ADDR,DSTADDR,BRDADDR,NETMASK} interface ioctls, including -binary compatibility for code written before the introduction of the -.Li sa_len -field in sockaddrs. .It Cd option COMPAT_LINUX On those architectures that support it, this enables binary compatibility with |