Deleted Added
full compact
create.c (6286) create.c (8857)
1/*-
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 102 unchanged lines hidden (view full) ---

111 case FTS_NS:
112 (void)fprintf(stderr,
113 "mtree: %s: %s\n", p->fts_path, strerror(errno));
114 break;
115 default:
116 if (!dflag)
117 statf(indent, p);
118 break;
1/*-
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 102 unchanged lines hidden (view full) ---

111 case FTS_NS:
112 (void)fprintf(stderr,
113 "mtree: %s: %s\n", p->fts_path, strerror(errno));
114 break;
115 default:
116 if (!dflag)
117 statf(indent, p);
118 break;
119
119
120 }
121 }
122 (void)fts_close(t);
123 if (sflag && keys & F_CKSUM)
124 (void)fprintf(stderr,
125 "mtree: %s checksum: %lu\n", fullpath, crc_total);
126}
127

--- 217 unchanged lines hidden ---
120 }
121 }
122 (void)fts_close(t);
123 if (sflag && keys & F_CKSUM)
124 (void)fprintf(stderr,
125 "mtree: %s checksum: %lu\n", fullpath, crc_total);
126}
127

--- 217 unchanged lines hidden ---