1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 01:55:32 +03:00

[PATCH] fix up some duplicated function compiler warnings in libsysfs

This commit is contained in:
greg@kroah.com 2003-12-03 21:51:37 -08:00 committed by Greg KH
parent 9c9fb5f6eb
commit a27170c49a

View File

@ -32,12 +32,6 @@
#include <fcntl.h>
#include <errno.h>
/* external library functions */
extern int lstat(const char *file_name, struct stat *buf);
extern int readlink(const char *path, char *buf, size_t bufsize);
extern int getpagesize(void);
extern int isascii(int c);
/* Debugging */
#ifdef DEBUG
#include <syslog.h>