+1341. [port] linux: Slackware 4.0 needs <asm/unistd.h>.
+
1342. [bug] dnssec-signzone usage message was misleading.
1341. [bug] If the last RRset in a zone is glue, dnssec-signzone
* 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 <stdarg.h>
#endif /* HAVE_SYS_PRCTL_H */
#ifndef SYS_capset
+#ifndef __NR_capset
+#include <asm/unistd.h> /* Slackware 4.0 needs this. */
+#endif
#define SYS_capset __NR_capset
#endif