English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Diff of /branches/freewrt_1_0/tools/paxmirabilis/src/sel_subs.c

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

revision 2714 by wbx, Thu Sep 28 10:42:55 2006 UTC revision 2715 by tg, Tue Jun 5 14:52:44 2007 UTC
# Line 34  Line 34 
34   * SUCH DAMAGE.   * SUCH DAMAGE.
35   */   */
36    
37  #ifndef lint  #include <sys/param.h>
 #if 0  
 static const char sccsid[] = "@(#)sel_subs.c    8.1 (Berkeley) 5/31/93";  
 #else  
 static const char rcsid[] = "$OpenBSD: sel_subs.c,v 1.18 2004/04/16 22:50:23 deraadt Exp $";  
 #endif  
 #endif /* not lint */  
   
 #include <sys/types.h>  
38  #include <sys/time.h>  #include <sys/time.h>
39  #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/param.h>  
40  #include <ctype.h>  #include <ctype.h>
41  #include <grp.h>  #include <grp.h>
42  #include <pwd.h>  #include <pwd.h>
# Line 58  static const char rcsid[] = "$OpenBSD: s Line 49  static const char rcsid[] = "$OpenBSD: s
49  #include "sel_subs.h"  #include "sel_subs.h"
50  #include "extern.h"  #include "extern.h"
51    
52    __SCCSID("@(#)sel_subs.c        8.1 (Berkeley) 5/31/93");
53    __RCSID("$MirOS: src/bin/pax/sel_subs.c,v 1.2 2007/02/17 04:52:41 tg Exp $");
54    
55  static int str_sec(const char *, time_t *);  static int str_sec(const char *, time_t *);
56  static int usr_match(ARCHD *);  static int usr_match(ARCHD *);
57  static int grp_match(ARCHD *);  static int grp_match(ARCHD *);

Legend:
Removed from v.2714  
changed lines
  Added in v.2715

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20