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: [EMAIL PROTECTED]
MRY Systems                             [EMAIL PROTECTED], [EMAIL PROTECTED]
Westlake Village, CA  USA               
    (Skots Gregorijs Akmentins-Teilors -- just call me "Skots")
                ----- Labak miris neka sarkans -----


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to