diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-12-15 11:27:10 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:17:47 -0700 |
commit | 82ca88904d1c9bf17f4434f54e12754c00eddcbd (patch) | |
tree | c12994c080180ba4ab2c8181aea8b133f62eb168 /udevinfo.c | |
parent | 18ebc4305034401648e343b27981ef1badafef1c (diff) |
[PATCH] klibc supports LOG_PID now, so remove our own implementation
Diffstat (limited to 'udevinfo.c')
-rw-r--r-- | udevinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/udevinfo.c b/udevinfo.c index 116aedbc21..00af081eac 100644 --- a/udevinfo.c +++ b/udevinfo.c @@ -39,7 +39,6 @@ #define SYSFS_VALUE_SIZE 256 #ifdef LOG -unsigned char logname[LOGNAME_SIZE]; void log_message (int level, const char *format, ...) { va_list args; |