Date: Fri, 30 Jul 1999 14:18:35 +0000 From: staylor@mrynet.com (S. Akmentins-Teilors) To: freebsd-current@freebsd.org Subject: WORLD hoseage with /usr/src/usr.sbin/apm Message-ID: <199907302118.OAA28740@mrynet.com>
next in thread | raw e-mail | index | archive | help
To wit: (CVSUP'd just prior to the world) ===> usr.sbin/apm cc -O -pipe -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/apm/apm.c gzip -cn /usr/src/usr.sbin/apm/apm.8 > apm.8.gz /usr/src/usr.sbin/apm/apm.c: In function `print_all_info': /usr/src/usr.sbin/apm/apm.c:112: storage size of `args' isn't known /usr/src/usr.sbin/apm/apm.c: In function `apm_set_timer': /usr/src/usr.sbin/apm/apm.c:269: storage size of `args' isn't known *** Error code 1 (followed-up with another CVSUP an hour later directly from cvsup.freebsd.org) (same error as above) mrynet# head -112 apm.c | tail -1 struct apm_bios_arg args; mrynet# head -269 apm.c | tail -1 struct apm_bios_arg args; mrynet# find /sys/ -type f -exec grep apm_bios_arg \{\} \; -print struct apm_bios_arg args; struct apm_bios_arg args; /usr/src/usr.sbin/apm/apm.c mrynet# Apparently, apm_bios_arg isn't defined anywhere. regards, -skots -- Scott G. Akmentins-Taylor InterNet: staylor@mrynet.com MRY Systems staylor@idt.net, staylor@mrynet.lv Westlake Village, CA USA (Skots Gregorijs Akmentins-Teilors -- just call me "Skots") ----- Labak miris neka sarkans ----- 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?199907302118.OAA28740>