Changeset 2560 for trunk/coreutils/src


Ignore:
Timestamp:
Mar 6, 2006, 7:02:54 PM (20 years ago)
Author:
bird
Message:

Initial porting.

Location:
trunk/coreutils/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/coreutils/src/cut.c

    r2554 r2560  
    747747  char *spec_list_string IF_LINT(= NULL);
    748748
     749
     750
     751
     752
     753
     754
     755
     756
     757
     758
     759
     760
     761
    749762  initialize_main (&argc, &argv);
    750763  program_name = argv[0];
  • trunk/coreutils/src/join.c

    r2554 r2560  
    791791  int i;
    792792
     793
     794
     795
     796
     797
     798
     799
     800
     801
     802
     803
     804
     805
    793806  initialize_main (&argc, &argv);
    794807  program_name = argv[0];
  • trunk/coreutils/src/pwd.c

    r2554 r2560  
    4646};
    4747
    48 #ifdef D_INO_IN_DIRENT
     48#if
    4949# define D_INO(dp) ((dp)->d_ino)
    5050#else
Note: See TracChangeset for help on using the changeset viewer.