Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2002 22:12:41 +0900
From:      Makoto Matsushita <matusita@jp.FreeBSD.org>
To:        alpha@FreeBSD.org
Cc:        n_hibma@FreeBSD.org
Subject:   FreeBSD/alpha 5-current, GENERIC kernel build breakage?
Message-ID:  <20020621221241U.matusita@jp.FreeBSD.org>

next in thread | raw e-mail | index | archive | help

Anybody seen this, or it's my local error?

cc -c -O -pipe -mcpu=ev5 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wno-format -ansi -g -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/../include  -D_KERNEL -include opt_global.h -fno-common   -mno-fp-regs -ffixed-8 -Wa,-mev56 -ffreestanding   /usr/src/sys/dev/sio/sio.c
/usr/src/sys/dev/sio/sio.c: In function `siogdbgetc':
/usr/src/sys/dev/sio/sio.c:3218: `dev' undeclared (first use in this function)
/usr/src/sys/dev/sio/sio.c:3218: (Each undeclared identifier is reported only once
/usr/src/sys/dev/sio/sio.c:3218: for each function it appears in.)
/usr/src/sys/dev/sio/sio.c: In function `siogdbputc':
/usr/src/sys/dev/sio/sio.c:3245: `dev' undeclared (first use in this function)
*** Error code 1

This happens after src/sys/dev/sio/sio.c rev 1.375 (by n_himba) was committed.

-- -
Makoto `MAR' Matsushita

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020621221241U.matusita>