From 0462a464c45479126defd5e0ca3a2cea9a8eccbe Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Wed, 10 Dec 2008 23:39:57 +0100 Subject: [PATCH] Remove SO_BSDCOMPAT socket option. --- net.sockets/grovel.lisp | 1 - net.sockets/socket-options.lisp | 1 - 2 files changed, 2 deletions(-) diff --git a/net.sockets/grovel.lisp b/net.sockets/grovel.lisp index a5986f0..fbf10c8 100644 --- a/net.sockets/grovel.lisp +++ b/net.sockets/grovel.lisp @@ -151,7 +151,6 @@ (constant (so-bindtodevice "SO_BINDTODEVICE") :optional t) ; linux (constant (so-bintime "SO_BINTIME") :optional t) ; freebsd (constant (so-broadcast "SO_BROADCAST")) -(constant (so-bsdcompat "SO_BSDCOMPAT") :optional t) ; linux (constant (so-debug "SO_DEBUG")) (constant (so-dontroute "SO_DONTROUTE")) (constant (so-error "SO_ERROR")) diff --git a/net.sockets/socket-options.lisp b/net.sockets/socket-options.lisp index 77e4892..fd02056 100644 --- a/net.sockets/socket-options.lisp +++ b/net.sockets/socket-options.lisp @@ -203,7 +203,6 @@ ;;; Linux-specific Options (define-socket-options :set sol-socket :linux - (bsd-compatible so-bsdcompat :bool) (bind-to-device so-bindtodevice :ifreq-name)) (define-socket-option priority :get-and-set -- 2.11.4.GIT