Recommented vprintf out. Not strictly needed but I should figure out what to
[reactos.git] / reactos / drivers / lib / oskittcp / include / freebsd / src / sys / sys / systm.h
index 5203cd6..a421667 100644 (file)
@@ -125,9 +125,11 @@ void       printf __P((const char *, ...));
 #include <oskitfreebsd.h>
 #include <oskitdebug.h>
 
+
 int __cdecl vprintf(const char *, va_list);
 
-static inline int log ( int blah, const char* fmt, ... )
+#define log bsd_log
+static inline int bsd_log ( int blah, const char* fmt, ... )
 {
        va_list arg;
        int i;