- Get oskittcp to compile on msvc.
[reactos.git] / reactos / drivers / lib / oskittcp / include / freebsd / src / sys / sys / systm.h
index 5203cd6..1e6a817 100644 (file)
@@ -114,7 +114,7 @@ int ureadc __P((int, struct uio *));
 void   *hashinit __P((int count, int type, u_long *hashmask));
 void   *phashinit __P((int count, int type, u_long *nentries));
 
-__dead void    panic __P((const char *, ...)) __dead2;
+//__dead void  panic __P((const char *, ...)) __dead2;
 __dead void    boot __P((int)) __dead2;
 void   tablefull __P((const char *));
 void   addlog __P((const char *, ...));
@@ -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, ... )
+//int __cdecl vprintf(const char *, va_list);
+
+#define log bsd_log
+static __inline int bsd_log ( int blah, const char* fmt, ... )
 {
        va_list arg;
        int i;