svn commit: samba r15355 - in branches/SAMBA_4_0/source/heimdal_build: .

jelmer at samba.org jelmer at samba.org
Sun Apr 30 03:09:33 GMT 2006


Author: jelmer
Date: 2006-04-30 03:09:32 +0000 (Sun, 30 Apr 2006)
New Revision: 15355

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15355

Log:
Add replacement 'err.h' for systems that don't have it such as SerNet-Tru64

Added:
   branches/SAMBA_4_0/source/heimdal_build/err.h
Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.m4
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.m4	2006-04-30 02:47:40 UTC (rev 15354)
+++ branches/SAMBA_4_0/source/heimdal_build/config.m4	2006-04-30 03:09:32 UTC (rev 15355)
@@ -36,6 +36,7 @@
 AC_CHECK_HEADERS([				\
 	crypt.h					\
 	curses.h				\
+	err.h					\
 	errno.h					\
 	inttypes.h				\
 	netdb.h					\

Added: branches/SAMBA_4_0/source/heimdal_build/err.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/err.h	2006-04-30 02:47:40 UTC (rev 15354)
+++ branches/SAMBA_4_0/source/heimdal_build/err.h	2006-04-30 03:09:32 UTC (rev 15355)
@@ -0,0 +1,8 @@
+#ifndef	_ERR_H
+#define	_ERR_H	1
+
+void err(int eval, const char *format, ...);
+void errx(int eval, const char *format, ...);
+void warnx(const char *format, ...);
+
+#endif	/* err.h */



More information about the samba-cvs mailing list