Update files to reduce dependance on kernel version...

-Erik
This commit is contained in:
Eric Andersen
2000-07-08 18:55:24 +00:00
parent 877a71bbf0
commit bd22ed8067
23 changed files with 184 additions and 87 deletions

View File

@ -16,7 +16,6 @@
*/
#include "internal.h"
#include <linux/unistd.h>
#include <stdio.h>
#include <stdlib.h>
@ -24,6 +23,7 @@
#ifndef __alpha__
# define __NR_klogctl __NR_syslog
#include <linux/unistd.h>
static inline _syscall3(int, klogctl, int, type, char *, b, int, len);
#else /* __alpha__ */
#define klogctl syslog