Messages in this thread |  | | From | Michael Nelson <> | Date | Fri, 3 Jan 1997 17:40:58 -0800 (PST) | Subject | 2.1.20 st.c & ST_SYSV |
| |
Doing "make zlilo" with SCSI tape enabled on 2.1.20:
make[3]: Entering directory `/usr/src/linux_2.1/drivers/scsi' gcc -D__KERNEL__ -I/usr/src/linux_2.1/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps= 2 -malign-functions=2 -DCPU=586 -c -o st.o st.c st.c: In function `st_attach': st.c:3050: `ST_SYSV' undeclared (first use this function) st.c:3050: (Each undeclared identifier is reported only once st.c:3050: for each function it appears in.) make[3]: *** [st.o] Error 1 make[3]: Leaving directory `/usr/src/linux_2.1/drivers/scsi'
I grepped through all of the source and through /usr/include and found no mention of ST_SYSV except in:
./drivers/scsi/st.c: STm->sysv = ST_SYSV; ./drivers/scsi/README
...and the README doesn't tell me what the problem is.
Michael
-- Michael Nelson nelson@seahunt.imat.com San Francisco, CA michaeln@csd.sgi.com
|  |