diff options
-rw-r--r-- | share/man/man4/options.4 | 11 | ||||
-rw-r--r-- | usr.bin/kdump/mkioctls | 3 |
2 files changed, 3 insertions, 11 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 1ee2c15f84f..acd4d9cd1d8 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.232 2013/05/23 01:47:43 lteo Exp $ +.\" $OpenBSD: options.4,v 1.233 2013/12/13 19:59:03 naddy 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: May 23 2013 $ +.Dd $Mdocdate: December 13 2013 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -57,13 +57,6 @@ flags to the C compiler. .It Cd option COMPAT_43 This option enables compatibility with .Bx 4.3 . -It adds ioctls for -.Dv TIOCGETP -and -.Dv TIOCSETP . -It also enables the deprecated -.Dv NTTYDISC -terminal line discipline. It provides backwards compatibility with the .Dq old SIOC[GS]IF{ADDR,DSTADDR,BRDADDR,NETMASK} interface ioctls, including diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index 11d6cf652b7..b9dd71bf8d5 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: mkioctls,v 1.30 2013/11/22 07:50:36 mpi Exp $ +# $OpenBSD: mkioctls,v 1.31 2013/12/13 19:59:03 naddy Exp $ # # Copyright (c) 1994 @@ -81,7 +81,6 @@ BEGIN { print "#include <dev/vndioctl.h>" print "#include <dev/pci/drm/drm.h>" print "#include <dev/usb/usb.h>" - print "#define COMPAT_43" print "#include <sys/ioctl.h>" print "#include \"kdump.h\"" print "" |