From: Sergey Poznyakoff Date: Tue, 18 Jan 2005 01:11:22 +0000 (+0000) Subject: (stat_fatal): New function X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=3971a56b22b61befbda689d375b359dec84a980d (stat_fatal): New function --- diff --git a/src/misc.c b/src/misc.c index bead680..e6e5c85 100644 --- a/src/misc.c +++ b/src/misc.c @@ -825,6 +825,12 @@ symlink_error (char const *contents, char const *name) quotearg_colon (name), quote_n (1, contents))); } +void +stat_fatal (char const *name) +{ + call_arg_fatal ("stat", name); +} + void stat_error (char const *name) {