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 2714 by wbx, Thu Sep 28 10:42:55 2006 UTC revision 2715 by tg, Tue Jun 5 14:52:44 2007 UTC
# Line 1  Line 1 
1  /**     $MirOS: src/bin/pax/gen_subs.c,v 1.6 2006/07/16 17:58:08 tg Exp $ */  /**     $MirOS: src/bin/pax/gen_subs.c,v 1.7 2007/02/17 04:52:40 tg Exp $ */
2  /*      $OpenBSD: gen_subs.c,v 1.18 2005/04/28 06:58:07 otto Exp $      */  /*      $OpenBSD: gen_subs.c,v 1.18 2005/04/28 06:58:07 otto Exp $      */
3  /*      $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 $ */
4    
# Line 35  Line 35 
35   * SUCH DAMAGE.   * SUCH DAMAGE.
36   */   */
37    
38  #include <sys/types.h>  #include <sys/param.h>
39  #include <sys/time.h>  #include <sys/time.h>
40  #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/param.h>  
41  #include <stdio.h>  #include <stdio.h>
42  #include <tzfile.h>  #include <tzfile.h>
43  #ifdef __INTERIX  #ifdef __INTERIX
# Line 56  Line 55 
55  #include "extern.h"  #include "extern.h"
56    
57  __SCCSID("@(#)gen_subs.c        8.1 (Berkeley) 5/31/93");  __SCCSID("@(#)gen_subs.c        8.1 (Berkeley) 5/31/93");
58  __RCSID("$MirOS: src/bin/pax/gen_subs.c,v 1.6 2006/07/16 17:58:08 tg Exp $");  __RCSID("$MirOS: src/bin/pax/gen_subs.c,v 1.7 2007/02/17 04:52:40 tg Exp $");
59    
60  #ifdef __GLIBC__  #ifdef __GLIBC__
61  void strmode(mode_t, char *);  void strmode(mode_t, char *);
# Line 143  ls_list(ARCHD *arcn, time_t now, FILE *f Line 142  ls_list(ARCHD *arcn, time_t now, FILE *f
142  #               ifdef LONG_OFF_T  #               ifdef LONG_OFF_T
143                  (void)fprintf(fp, "%9lu ", sbp->st_size);                  (void)fprintf(fp, "%9lu ", sbp->st_size);
144  #               else  #               else
145                  (void)fprintf(fp, "%9qu ", sbp->st_size);                  (void)fprintf(fp, "%9llu ", sbp->st_size);
146  #               endif  #               endif
147          }          }
148    

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

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