From: Theodore Ts'o Date: Tue, 24 Sep 2002 03:51:57 +0000 (-0400) Subject: lib/et/internal.h: Remove declaration of perror. All modern systems X-Git-Tag: E2FSPROGS-1_29~5 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d25f8cf6463d50c870de71cb5a4995bf3fe1dfea;p=tools%2Fe2fsprogs.git lib/et/internal.h: Remove declaration of perror. All modern systems can be expected to define perror() these days. --- diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog index 6db17ff..fd050e7 100644 --- a/lib/et/ChangeLog +++ b/lib/et/ChangeLog @@ -1,3 +1,8 @@ +2002-09-23 Theodore Ts'o + + * internal.h: Remove declaration of perror. All modern systems + can be expected to define perror() these days. + 2001-08-31 Theodore Tso * Release of E2fsprogs 1.28 diff --git a/lib/et/internal.h b/lib/et/internal.h index 30b1921..b6c2775 100644 --- a/lib/et/internal.h +++ b/lib/et/internal.h @@ -21,10 +21,3 @@ extern char const * const sys_errlist[]; extern const int sys_nerr; #endif - -/* AIX and Ultrix have standard conforming header files. */ -#if !defined(ultrix) && !defined(_AIX) -#ifdef __STDC__ -void perror (const char *); -#endif -#endif