summaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_socket.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-03-02 19:38:20 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-03-02 19:38:20 +0000
commitd66a506616078adf4d266a309f979ffd95fe634f (patch)
tree83b4d342a731e2a76c19f214d574f24753abe420 /sys/i386/linux/linux_socket.c
parent9a074e93b595e10edfd4c6fd6bdacc61879fe381 (diff)
Notes
Diffstat (limited to 'sys/i386/linux/linux_socket.c')
-rw-r--r--sys/i386/linux/linux_socket.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/i386/linux/linux_socket.c b/sys/i386/linux/linux_socket.c
index da4668c674e1..63b33d50c9be 100644
--- a/sys/i386/linux/linux_socket.c
+++ b/sys/i386/linux/linux_socket.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: linux_socket.c,v 1.2 1995/11/22 07:43:50 bde Exp $
+ * $Id: linux_socket.c,v 1.3 1995/12/15 03:06:57 peter Exp $
*/
/* XXX we use functions that might not exist. */
@@ -41,7 +41,7 @@
#include <netinet/in.h>
#include <i386/linux/linux.h>
-#include <i386/linux/sysproto.h>
+#include <i386/linux/linux_proto.h>
static int
linux_to_bsd_domain(int domain)
@@ -555,11 +555,6 @@ linux_getsockopt(struct proc *p, struct linux_getsockopt_args *args, int *retval
return getsockopt(p, &bsd_args, retval);
}
-struct linux_socketcall_args {
- int what;
- void *args;
-};
-
int
linux_socketcall(struct proc *p, struct linux_socketcall_args *args,int *retval)
{