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/gen_subs.c

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

revision 3815 by tg, Tue Jun 5 14:52:44 2007 UTC revision 3816 by tg, Wed Oct 29 17:58:40 2008 UTC
# Line 1  Line 1 
1  /**     $MirOS: src/bin/pax/gen_subs.c,v 1.7 2007/02/17 04:52:40 tg Exp $ */  /*      $OpenBSD: gen_subs.c,v 1.19 2007/04/04 21:55:10 millert Exp $   */
 /*      $OpenBSD: gen_subs.c,v 1.18 2005/04/28 06:58:07 otto Exp $      */  
2  /*      $NetBSD: gen_subs.c,v 1.5 1995/03/21 09:07:26 cgd Exp $ */  /*      $NetBSD: gen_subs.c,v 1.5 1995/03/21 09:07:26 cgd Exp $ */
3    
4  /*-  /*-
# Line 39  Line 38 
38  #include <sys/time.h>  #include <sys/time.h>
39  #include <sys/stat.h>  #include <sys/stat.h>
40  #include <stdio.h>  #include <stdio.h>
 #include <tzfile.h>  
41  #ifdef __INTERIX  #ifdef __INTERIX
42  #include <utmpx.h>  #include <utmpx.h>
43  #else  #else
# Line 55  Line 53 
53  #include "extern.h"  #include "extern.h"
54    
55  __SCCSID("@(#)gen_subs.c        8.1 (Berkeley) 5/31/93");  __SCCSID("@(#)gen_subs.c        8.1 (Berkeley) 5/31/93");
56  __RCSID("$MirOS: src/bin/pax/gen_subs.c,v 1.7 2007/02/17 04:52:40 tg Exp $");  __RCSID("$MirOS: src/bin/pax/gen_subs.c,v 1.9 2008/03/14 15:55:21 tg Exp $");
57    
58  #ifdef __GLIBC__  #ifdef __GLIBC__
59  void strmode(mode_t, char *);  void strmode(mode_t, char *);
# Line 156  ls_list(ARCHD *arcn, time_t now, FILE *f Line 154  ls_list(ARCHD *arcn, time_t now, FILE *f
154                  fputs(" == ", fp);                  fputs(" == ", fp);
155                  safe_print(arcn->ln_name, fp);                  safe_print(arcn->ln_name, fp);
156          } else if (arcn->type == PAX_SLK) {          } else if (arcn->type == PAX_SLK) {
157                  fputs(" => ", fp);                  fputs(" -> ", fp);
158                  safe_print(arcn->ln_name, fp);                  safe_print(arcn->ln_name, fp);
159          }          }
160          (void)putc(term, fp);          (void)putc(term, fp);

Legend:
Removed from v.3815  
changed lines
  Added in v.3816

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