Changeset 3904

Show
Ignore:
Timestamp:
11/22/09 23:16:53 (3 years ago)
Author:
tg
Message:

since FreeWRT still uses Suckwürstchen, which hasn’t managed in
how-many-years to get RCS IDs, the master copies of these files
shall henceforth be in the MirCVS Repository; merge from there.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/tools/paxmirabilis/fgetln.c

    r3882 r3904  
    1 /* $FreeWRT: contrib/code/mirmake/dist/contrib/fgetln.c,v 1.5 2009/05/20 10:40:28 tg Exp $ */ 
    2  
    31/*- 
    4  * Copyright (c) 2007 
    5  *      Thorsten Glaser <tg@mirbsd.de
     2 * Copyright (c) 2007, 2009 
     3 *      Thorsten Glaser <tg@mirbsd.org
    64 * 
    75 * Provided that these terms and disclaimer and all copyright notices 
     
    2826#include <string.h> 
    2927 
    30 __RCSID("$MirOS: contrib/code/mirmake/dist/contrib/fgetln.c,v 1.5 2009/05/20 10:40:28 tg Exp $"); 
     28__RCSID("$MirOS: contrib/code/mirmake/dist/contrib/fgetln.c,v 1.6 2009/11/21 14:50:27 tg Exp $"); 
    3129 
    3230#if defined(__GLIBC__) 
     
    4341 
    4442        if ((*len = getline(&lb, &lbsz, stream)) != (size_t)-1) 
     43                /* getdelim ensures *len is not 0 here */ 
    4544                return (lb); 
    4645 
  • trunk/freewrt/tools/paxmirabilis/strlfun.c

    r3793 r3904  
    7575 
    7676#if !defined(_KERNEL) && !defined(_STANDALONE) 
    77 __RCSID("$MirOS: src/lib/libc/string/strlfun.c,v 1.18 2008/08/01 12:26:17 tg Exp $"); 
     77__RCSID("$MirOS: contrib/code/jupp/strlfun.c,v 1.9 2008/08/01 12:29:27 tg Rel $"); 
    7878#endif 
    7979 
  • trunk/freewrt/tools/paxmirabilis/strmode.c

    r2027 r3904  
    3232#include <sys/stat.h> 
    3333#include <string.h> 
    34  
    35 void strmode(mode_t, char *); 
    3634 
    3735void