diff options
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/err.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/heimdal_build/err.h b/source4/heimdal_build/err.h index abdeb9ed7a..bc56cc5a42 100644 --- a/source4/heimdal_build/err.h +++ b/source4/heimdal_build/err.h @@ -1,7 +1,3 @@ -#ifdef HAVE_ERR_H -#include <err.h> -#else - #ifndef _ERR_H #define _ERR_H 1 @@ -11,4 +7,3 @@ void warnx(const char *format, ...); void warn(const char *format, ...); #endif /* err.h */ -#endif /* HAVE_ERR_H */ |