]> git.wh0rd.org - dump.git/blobdiff - compat/lib/compaterr.c
LFS compatibility.
[dump.git] / compat / lib / compaterr.c
index 7dd06f6230152418cbd6b9f2fbf26a9b92f47d59..f8572108efb25d44d8a11baff6689105de88176f 100644 (file)
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: compaterr.c,v 1.7 2000/12/04 15:43:16 stelian Exp $";
+       "$Id: compaterr.c,v 1.8 2000/12/21 11:14:53 stelian Exp $";
 #endif /* not lint */
 
+#include <config.h>
 #include <compaterr.h>
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-
 #include <stdarg.h>
 
-#include <config.h>
-
 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)