[PATCH] make log_message spit out warnings so I don't have

This commit is contained in:
greg@kroah.com 2003-07-18 07:45:35 -07:00 committed by Greg KH
parent fe30043301
commit 032abea6fb
1 changed files with 2 additions and 1 deletions

3
udev.h
View File

@ -49,7 +49,8 @@
/* Binaries that udev calls to do stuff */
#define MKNOD "/bin/mknod"
extern int log_message (int level, const char *format, ...);
extern int log_message (int level, const char *format, ...)
__attribute__ ((format (printf, 2, 3)));
#endif