X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=compat%2Flib%2Fcompaterr.c;h=f8572108efb25d44d8a11baff6689105de88176f;hb=d6967896bc4e18f9b4359a2ef5be5c0f1bcc456a;hp=c50ec2293dbec8168990a879700c70dd6e32c8c1;hpb=ebcbe7f6c10482913b60fc792e72e494b439b242;p=dump.git diff --git a/compat/lib/compaterr.c b/compat/lib/compaterr.c index c50ec22..f857210 100644 --- a/compat/lib/compaterr.c +++ b/compat/lib/compaterr.c @@ -2,7 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - AlcĂ´ve , 2000 */ /*- @@ -40,19 +41,17 @@ #ifndef lint static const char rcsid[] = - "$Id: compaterr.c,v 1.5 2000/01/21 10:17:41 stelian Exp $"; + "$Id: compaterr.c,v 1.8 2000/12/21 11:14:53 stelian Exp $"; #endif /* not lint */ +#include #include #include #include #include #include - #include -#include - extern char *__progname; /* Program name, from crt0. */ #if !defined(HAVE_ERR) || !defined(HAVE_ERRX) || !defined(HAVE_VERR) || !defined(HAVE_VERRX) || !defined(HAVE_VWARN) || !defined(HAVE_VWARNX) || !defined(HAVE_WARN) || !defined(HAVE_WARNX)