/[global]/global/libutil/xargs.c
ViewVC logotype

Diff of /global/libutil/xargs.c

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

revision 1.2 by shigio, Mon Oct 24 17:11:57 2005 UTC revision 1.3 by h-iwamoto, Sun Oct 30 14:54:52 2005 UTC
# Line 36  Line 36 
36  #include "strbuf.h"  #include "strbuf.h"
37  #include "xargs.h"  #include "xargs.h"
38    
39    #if !defined(ARG_MAX) && defined(_SC_ARG_MAX)
40    #define ARG_MAX         sysconf(_SC_ARG_MAX)
41    #endif
42    
43  static int exec_line_limit(int);  static int exec_line_limit(int);
44  static char *repeat_find_read(void);  static char *repeat_find_read(void);
45  static void repeat_find_next(void);  static void repeat_find_next(void);
# Line 445  xargs_close(XARGS *xp) Line 449  xargs_close(XARGS *xp)
449                  /* Nothing to do */                  /* Nothing to do */
450                  break;                  break;
451          }          }
452            free(xp);
453          return count;          return count;
454  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26