Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/klibc/userdb/getgrnam.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 814 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 4  Line 4 
4   * Dummy getgrnam() to support udev   * Dummy getgrnam() to support udev
5   */   */
6    
7    #include <grp.h>
8    
9  #include "userdb.h"  #include "userdb.h"
10    
11  struct group *getgrnam(const char *name)  struct group *getgrnam(const char *name)

Legend:
Removed from v.814  
changed lines
  Added in v.815