mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
r15355: Add replacement 'err.h' for systems that don't have it such as SerNet-Tru64
(This used to be commit 2961d545fb
)
This commit is contained in:
parent
9c3145a270
commit
4bdc83ad5c
@ -36,6 +36,7 @@ esac
|
||||
AC_CHECK_HEADERS([ \
|
||||
crypt.h \
|
||||
curses.h \
|
||||
err.h \
|
||||
errno.h \
|
||||
inttypes.h \
|
||||
netdb.h \
|
||||
|
8
source4/heimdal_build/err.h
Normal file
8
source4/heimdal_build/err.h
Normal file
@ -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 */
|
Loading…
Reference in New Issue
Block a user