diff options
author | James Peach <jpeach@samba.org> | 2007-01-07 01:04:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:37:10 -0500 |
commit | 42097e0b7d7f21f6602dd0924599f6d8d6eedae5 (patch) | |
tree | 0d0da7c26f5fcd5d88e0067ea9506389e297c34f /source4/heimdal_build | |
parent | 0bb9eb0153f3dfc16680cfddb32268a2ebb2d440 (diff) | |
download | samba-42097e0b7d7f21f6602dd0924599f6d8d6eedae5.tar.gz samba-42097e0b7d7f21f6602dd0924599f6d8d6eedae5.tar.bz2 samba-42097e0b7d7f21f6602dd0924599f6d8d6eedae5.zip |
r20591: Revert accidental commit that broke the build.
(This used to be commit 22957f78e94e5821e1e03922a07556d8471f1850)
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 */ |