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/ftree.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  /*      $OpenBSD: ftree.c,v 1.26 2005/04/21 21:47:18 beck Exp $ */  /*      $OpenBSD: ftree.c,v 1.27 2006/12/26 20:58:25 otto Exp $ */
2  /*      $NetBSD: ftree.c,v 1.4 1995/03/21 09:07:21 cgd Exp $    */  /*      $NetBSD: ftree.c,v 1.4 1995/03/21 09:07:21 cgd Exp $    */
3    
4  /*-  /*-
# Line 48  Line 48 
48  #include "extern.h"  #include "extern.h"
49    
50  __SCCSID("@(#)ftree.c   8.2 (Berkeley) 4/18/94");  __SCCSID("@(#)ftree.c   8.2 (Berkeley) 4/18/94");
51  __RCSID("$MirOS: src/bin/pax/ftree.c,v 1.2 2007/02/17 04:52:40 tg Exp $");  __RCSID("$MirOS: src/bin/pax/ftree.c,v 1.3 2007/10/23 20:07:42 tg Exp $");
52    
53  /*  /*
54   * routines to interface with the fts library function.   * routines to interface with the fts library function.
# Line 349  next_file(ARCHD *arcn) Line 349  next_file(ARCHD *arcn)
349           */           */
350          for (;;) {          for (;;) {
351                  if ((ftent = fts_read(ftsp)) == NULL) {                  if ((ftent = fts_read(ftsp)) == NULL) {
352                            if (errno)
353                                    syswarn(1, errno, "next_file");
354                          /*                          /*
355                           * out of files in this tree, go to next arg, if none                           * out of files in this tree, go to next arg, if none
356                           * we are done                           * we are done

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

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