Our own implementation of the sysinfo system call is no longer
needed, cause it's merged it into klibc now.
#define GR_FILE "/etc/group"
#define UTMP_FILE "/var/run/utmp"
-_syscall1(int, sysinfo, struct sysinfo *, info);
-
/* return the id of a passwd style line, selected by the users name */
static unsigned long get_id_by_name(const char *uname, const char *dbfile)
{
#ifndef KLIBC_FIXUPS_H
#define KLIBC_FIXUPS_H
-#include <linux/kernel.h>
-#include <linux/unistd.h>
-
-int sysinfo(struct sysinfo *info);
-
struct passwd {
char *pw_name; /* user name */
char *pw_passwd; /* user password */
#include <time.h>
#include <sys/wait.h>
#include <sys/stat.h>
-#ifndef __KLIBC__
#include <sys/sysinfo.h>
-#endif
#include "libsysfs/sysfs/libsysfs.h"
#include "list.h"
#include <sys/un.h>
#include <fcntl.h>
#include "klibc_fixups.h"
-#ifndef __KLIBC__
#include <sys/sysinfo.h>
-#endif
#include "list.h"
#include "udev.h"