tech-userlevel archive

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

Re: adding getdelim(3) and getline(3) to libc



On Mon, Jul 13, 2009 at 11:36:08AM +1000, Luke Mewburn wrote:
>   | Index: lib/libc/stdio/getdelim.c
>   | ===================================================================
>   | RCS file: lib/libc/stdio/getdelim.c
>   | diff -N lib/libc/stdio/getdelim.c
>   | --- /dev/null     1 Jan 1970 00:00:00 -0000
>   | +++ lib/libc/stdio/getdelim.c     12 Jul 2009 22:29:37 -0000
>   | @@ -0,0 +1,111 @@
>   | +/* $NetBSD: $ */
> 
> Convert this to "$NetBSD$" so it gets expanded correctly.

Doesn't matter.

>   | +#include <sys/cdefs.h>
>   | +#if !defined(lint)
>   | +__RCSID("$NetBSD: fgetstr.c,v 1.5 2009/01/31 06:14:13 lukem Exp $");
>   | +#endif
> 
> Convert this to "$NetBSD$" before checkin (just as a matter of style).

See above. Please, no new !defined(lint) junk here...

Joerg


Home | Main Index | Thread Index | Old Index