From 42097e0b7d7f21f6602dd0924599f6d8d6eedae5 Mon Sep 17 00:00:00 2001 From: James Peach Date: Sun, 7 Jan 2007 01:04:49 +0000 Subject: r20591: Revert accidental commit that broke the build. (This used to be commit 22957f78e94e5821e1e03922a07556d8471f1850) --- source4/heimdal_build/err.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4') 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 -#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 */ -- cgit