X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;ds=sidebyside;f=compat%2Flib%2Fcompaterr.c;h=6cd4c5f72b5d4a0afa27330cf32ae1335f9fafa8;hb=e1abc9ce25132eef1239047a071c2c1d4822dd9f;hp=65edbf72fbdfa2266274ccfa09a75ba7ca24ba5b;hpb=0a99352128efc4af44160eee69e8990686bf9ad5;p=dump.git diff --git a/compat/lib/compaterr.c b/compat/lib/compaterr.c index 65edbf7..6cd4c5f 100644 --- a/compat/lib/compaterr.c +++ b/compat/lib/compaterr.c @@ -2,8 +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 - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /*- @@ -18,11 +18,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -41,19 +37,17 @@ #ifndef lint static const char rcsid[] = - "$Id: compaterr.c,v 1.6 2000/11/10 14:42:25 stelian Exp $"; + "$Id: compaterr.c,v 1.10 2003/03/30 15:40:35 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)