Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/include/pwd.h

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 14  struct passwd { Line 14  struct passwd {
14   char *pw_shell;   char *pw_shell;
15  };  };
16    
17    __extern struct passwd *getpwuid(uid_t uid);
18    
19  __extern struct passwd *getpwnam(const char *name);  __extern struct passwd *getpwnam(const char *name);
20    
21  #endif /* _PWD_H */  #endif /* _PWD_H */

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