summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-12-22 02:26:55 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-12-22 02:26:55 +0000
commitf5060714df0f00e45a9c7091f8f8706f7225b547 (patch)
treee007b2eaf7d8a2e1945f639b49bc43895f8dc057 /sys/arch/i386
parent0ea9167b77e90db329a6febb88b957a60ad830d5 (diff)
unifdef INET
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/i386/genassym.cf6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/i386/i386/genassym.cf b/sys/arch/i386/i386/genassym.cf
index 81e0be6fecf..a89b0c0fd70 100644
--- a/sys/arch/i386/i386/genassym.cf
+++ b/sys/arch/i386/i386/genassym.cf
@@ -1,4 +1,4 @@
-# $OpenBSD: genassym.cf,v 1.35 2014/07/22 10:35:34 mpi Exp $
+# $OpenBSD: genassym.cf,v 1.36 2014/12/22 02:26:53 tedu Exp $
#
# Copyright (c) 1982, 1990 The Regents of the University of California.
# All rights reserved.
@@ -35,13 +35,11 @@ include <sys/proc.h>
include <sys/resourcevar.h>
include <sys/device.h>
include <sys/user.h>
-ifdef INET
include <sys/mbuf.h>
include <sys/socketvar.h>
include <netinet/in.h>
include <netinet/ip.h>
include <netinet/ip_var.h>
-endif
include <uvm/uvm_extern.h>
@@ -130,12 +128,10 @@ member SC sf_sc
struct sigcontext
# mbuf fields
-ifdef INET
struct mbuf
member m_next
member m_data
member m_len
-endif
# Linux frame offsets
ifdef COMPAT_LINUX