]> Dogcows Code - chaz/tar/commitdiff
(stat_fatal): New function
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 18 Jan 2005 01:11:22 +0000 (01:11 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 18 Jan 2005 01:11:22 +0000 (01:11 +0000)
src/misc.c

index bead6800c9113a2062bd3233f053b1b3c0d777b1..e6e5c85b8a001949de4cf3be5a8959bbb9d2860a 100644 (file)
@@ -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)
 {
This page took 0.021525 seconds and 4 git commands to generate.