DragonFly BSD
DragonFly kernel List (threaded) for 2003-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: LibC status and others...


From: Dave Leimbach <leimySPAM2k@xxxxxxx>
Date: 10 Dec 2003 18:49:50 -0600

ibotty <bsd@xxxxxxxxxx> writes:

> > Ok so where the hell is _pw_passwd declared?  I know C fairly well but
> > I don't know yacc and I detect yaccisms all over the bloody place.
> 
> well, i dont ;)
> > vim getpwent.c
> :set nu
> [...]
>      61 static struct passwd _pw_passwd;        /* password structure */
> [...]

Ah... static to the file... not static to the function.  That was unexpected.

Had I found that it might have only taken me 1hr :).  

> 
> this one?
> 
> (i am tired, so this is not meant rude...)

Understood thanks for your help... this is only a means to an end [as all
library code is :)]

Dave



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