Magellan Linux

Diff of /tags/mkinitrd-6_2_0/libbb/restricted_shell.c

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

revision 532 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 32  Line 32 
32    
33  /* Return 1 if SHELL is a restricted shell (one not returned by  /* Return 1 if SHELL is a restricted shell (one not returned by
34     getusershell), else 0, meaning it is a standard shell.  */     getusershell), else 0, meaning it is a standard shell.  */
35  int restricted_shell(const char *shell)  int FAST_FUNC restricted_shell(const char *shell)
36  {  {
37   char *line;   char *line;
38    

Legend:
Removed from v.532  
changed lines
  Added in v.816