Date: Mon, 24 Jan 2000 19:53:45 -0800 (PST) From: John Polstra <jdp@polstra.com> To: current@freebsd.org Subject: Alpha world breakage in sys/modules/if_tun Message-ID: <XFMail.000124195345.jdp@polstra.com>
next in thread | raw e-mail | index | archive | help
This works on the i386 but fails on the Alpha:
===> sys/modules/if_tun
@ -> /c/src/sys
machine -> /c/src/sys/alpha/include
touch opt_devfs.h
echo "#define NETATALK 1" > opt_atalk.h
echo "#define ATM_CORE 1" > opt_atm.h
echo "#define INET 1" > opt_inet.h
echo "#define INET6 1" > opt_inet6.h
echo "#define IPX 1" > opt_ipx.h
echo "#define NATM 1" > opt_natm.h
perl @/kern/vnode_if.pl -h @/kern/vnode_if.src
rm -f .depend
mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../includ
e -I/usr/obj/c/src/alpha/usr/include /c/src/sys/modules/if_tun/../../net/if_tun
.c
In file included from @/netatm/kern_include.h:105,
from /c/src/sys/modules/if_tun/../../net/if_tun.c:50:
@/netatm/atm_if.h:349: #error - Must define hardware-specific requirements here
mkdep: compile failed
*** Error code 1
John
---
John Polstra jdp@polstra.com
John D. Polstra & Co., Inc. Seattle, Washington USA
"Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.000124195345.jdp>
