Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.bin/netstat



On Sun, Aug 07, 2005 at 05:10:36PM +0000, Elad Efrat wrote:
> 
> Module Name:  src
> Committed By: elad
> Date:         Sun Aug  7 17:10:36 UTC 2005
> 
> Modified Files:
>       src/usr.bin/netstat: inet.c
> 
> Log Message:
> Use sysctl to read live kernel PF_INET PCBs.

src/usr.bin/netstat> make
#   compile  netstat/inet.o
cc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wno-sign-compare -Wno-traditional  -Werror   -DIPSEC -DINET6    -c    
/src/usr.bin/netstat/inet.c
/src/usr.bin/netstat/inet.c: In function `protopr':
/src/usr.bin/netstat/inet.c:229: warning: cast to pointer from integer of 
different size
*** Error code 1

on i386.

Bernd




Home | Main Index | Thread Index | Old Index