[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

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