Subject: Re: PR/30154 CVS commit: src/sys/netinet6
To: None <christos@netbsd.org, gnats-admin@netbsd.org,>
From: Markus W Kilbinger <mk@kilbi.de>
List: netbsd-bugs
Date: 05/07/2005 18:44:02
The following reply was made to PR kern/30154; it has been noted by GNATS.

From: Markus W Kilbinger <mk@kilbi.de>
To: gnats-bugs@netbsd.org
Cc: christos@netbsd.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org
Subject: Re: PR/30154 CVS commit: src/sys/netinet6
Date: Sat, 7 May 2005 20:43:35 +0200

 >>>>> "Christos" == Christos Zoulas <christos@netbsd.org> writes:
 
     Christos>  Modified Files:
     Christos>  	src/sys/netinet6: ipsec.c
  
     Christos>  Log Message: PR/30154: YAMAMOTO Takashi: tcp_close
     Christos>  locking botch One more so_uid -> so_uidinfo change.
  
 Is this
 
   /usr/toolchain-i386/bin/i386--netbsdelf-gcc -ffreestanding -pipe -march=athlon-mp -O2 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wno-sign-compare -fno-zero-initialized-in-bss -Di386 -I. -I../../../../arch -I../../../.. -nostdinc -DDUMMY_NOPS -DUCONSOLE -DNMBCLUSTERS=8192 -DLKM -DUFS_DIRHASH -DDIAGNOSTIC -DIPSEC_NAT_T -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -I../../../../dist/pf -I../../../../dist/ipf -c ../../../../dist/pf/net/pf.c
   ../../../../dist/pf/net/pf.c: In function `pf_socket_lookup':
   ../../../../dist/pf/net/pf.c:2421: error: structure has no member named `so_uid'
   ../../../../dist/pf/net/pf.c:2426: error: structure has no member named `so_uid'
   
   *** Failed target:  pf.o
 
 another instance to apply this change?
 
 Markus.