mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +00:00
1341. [port] linux: Slackware 4.0 needs <asm/unistd.h>.
This commit is contained in:
parent
7a2bd9c065
commit
0f8f42a09e
2
CHANGES
2
CHANGES
@ -1,3 +1,5 @@
|
|||||||
|
1341. [port] linux: Slackware 4.0 needs <asm/unistd.h>.
|
||||||
|
|
||||||
1342. [bug] dnssec-signzone usage message was misleading.
|
1342. [bug] dnssec-signzone usage message was misleading.
|
||||||
|
|
||||||
1341. [bug] If the last RRset in a zone is glue, dnssec-signzone
|
1341. [bug] If the last RRset in a zone is glue, dnssec-signzone
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: os.c,v 1.58 2002/05/03 05:28:25 marka Exp $ */
|
/* $Id: os.c,v 1.59 2002/07/03 05:09:43 marka Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
@ -132,6 +132,9 @@ static isc_boolean_t non_root_caps = ISC_FALSE;
|
|||||||
#endif /* HAVE_SYS_PRCTL_H */
|
#endif /* HAVE_SYS_PRCTL_H */
|
||||||
|
|
||||||
#ifndef SYS_capset
|
#ifndef SYS_capset
|
||||||
|
#ifndef __NR_capset
|
||||||
|
#include <asm/unistd.h> /* Slackware 4.0 needs this. */
|
||||||
|
#endif
|
||||||
#define SYS_capset __NR_capset
|
#define SYS_capset __NR_capset
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user