Re: make buildworld broken in usr.bin/systat

2000-08-24 Thread Shin-ichi YOSHIMOTO

At 10:05 +0900 08/25/2000, Jun Kuriyama wrote:
> I have same problem with today's -current.

This problem was fixed by

At 13:22 -0700 08/24/2000, Peter Wemm wrote:
> peter   2000/08/24 13:22:44 PDT
>
>   Modified files:
> usr.bin/systat   swap.c
>   Log:
>   Quick Fix: swap.c doesn't appear to actually need , so remove
>   it to try and get world building again.  (sys/conf.h now depends on
>   sys/types.h)
>
>   Revision  ChangesPath
>   1.14  +1 -2  src/usr.bin/systat/swap.c

Thanks peter.

--
Shin-ichi YOSHIMOTO <[EMAIL PROTECTED]>
KEK, High Energy Accelerator Research Organization
Accelerator Laboratory


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



Re: make buildworld broken in usr.bin/systat

2000-08-24 Thread Jun Kuriyama


I have same problem with today's -current.


At 24 Aug 2000 23:23:30 GMT,
Shin-ichi YOSHIMOTO <[EMAIL PROTECTED]> wrote:
> make buildworld failed this morning.
> Error messages are as follows: 
> 
> ===> usr.bin/systat
> 
> [snip]
> 
> cc -O -pipe -I/usr/src/usr.bin/systat/../../sys   
>-I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/systat/swap.c
> In file included from /usr/src/usr.bin/systat/swap.c:47:
> /usr/src/usr.bin/systat/../../sys/sys/conf.h:59: field `si_atime' has incomplete type
> /usr/src/usr.bin/systat/../../sys/sys/conf.h:60: field `si_ctime' has incomplete type
> /usr/src/usr.bin/systat/../../sys/sys/conf.h:61: field `si_mtime' has incomplete type
> *** Error code 1
> 
> Stop in /usr/src/usr.bin/systat.


-- 
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
 <[EMAIL PROTECTED]> // FreeBSD Project


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



make buildworld broken in usr.bin/systat

2000-08-24 Thread Shin-ichi YOSHIMOTO

make buildworld failed this morning.
Error messages are as follows: 

===> usr.bin/systat

[snip]

cc -O -pipe -I/usr/src/usr.bin/systat/../../sys   -I/usr/obj/usr/src/i386/usr/include 
-c /usr/src/usr.bin/systat/swap.c
In file included from /usr/src/usr.bin/systat/swap.c:47:
/usr/src/usr.bin/systat/../../sys/sys/conf.h:59: field `si_atime' has incomplete type
/usr/src/usr.bin/systat/../../sys/sys/conf.h:60: field `si_ctime' has incomplete type
/usr/src/usr.bin/systat/../../sys/sys/conf.h:61: field `si_mtime' has incomplete type
*** Error code 1

Stop in /usr/src/usr.bin/systat.

--
KEK, High Energy Accelerator Research Organization
Shin-ichi YOSHIMOTO <[EMAIL PROTECTED]>



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