Source-Changes archive

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

Re: CVS commit: [netbsd-1-5] syssrc/sys/kern



In message <20020426175120.B6CA6B004%cvs.netbsd.org@localhost>
        on Fri, 26 Apr 2002 20:51:20 +0300 (EEST),
        Havard Eidnes <he%netbsd.org@localhost> wrote:
> Module Name:  syssrc
> Committed By: he
> Date:         Fri Apr 26 17:51:20 UTC 2002
> 
> Modified Files:
>       syssrc/sys/kern [netbsd-1-5]: kern_descrip.c
> 
> Log Message:
> Pull up revisions 1.86-1.88 (requested by christos):
>   If a set{u,g}id binary is invoked with fd < 3 closed, open those
>   file desciptors to /dev/null.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.67.4.6 -r1.67.4.7 syssrc/sys/kern/kern_descrip.c
This introduce compile error.  FILE_SET_MATURE is current only.

# make
cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes  -Wpointer-arith 
-Wno-uninitialized -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc 
-DMSGMNB="0x4000" -DMSGMNI="0x29" -DMSGSEG="0x801" -DMSGSSZ="0x40" 
-DMSGTQL="0x200" -DLKM -DDIAGNOSTIC -DNMBCLUSTERS="0x800" -DAUTONICEVAL="0" 
-DIPFORWSRCRT="0" -DIPALLOWSRCRT="0" -DMAXUSERS=32 -D_KERNEL -Di386  -c 
../../../../kern/kern_descrip.c
cc1: warnings being treated as errors
../../../../kern/kern_descrip.c: In function `fdcheckstd':
../../../../kern/kern_descrip.c:1441: warning: implicit declaration of function 
`FILE_SET_MATURE'
../../../../kern/kern_descrip.c:1447: called object is not a function
*** Error code 1

Stop.

--
Takahiro Kambe <taca%sky.yamashina.kyoto.jp@localhost>



Home | Main Index | Thread Index | Old Index