]> Dogcows Code - chaz/tar/commitdiff
(struct name): New member `explicit'. Remove unused member `isdir'
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 13 Dec 2005 13:31:56 +0000 (13:31 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 13 Dec 2005 13:31:56 +0000 (13:31 +0000)
src/common.h

index 9de22c672efe3cf852bf93744eabe247997123f5..2602a5997014f6493c76032ad7d40a75ca29166b 100644 (file)
@@ -303,7 +303,7 @@ struct name
     size_t length;             /* cached strlen(name) */
     uintmax_t found_count;     /* number of times a matching file has
                                   been found */
-    int isdir;
+    int explicit;               /* was explicitely given in the command line */
     char firstch;              /* first char is literally matched */
     char regexp;               /* this name is a regexp, not literal */
     int change_dir;            /* set with the -C option */
This page took 0.023042 seconds and 4 git commands to generate.