#define log printf in B2 stubs

This commit is contained in:
gbeauche 2003-08-17 10:20:22 +00:00
parent f40f7ab91f
commit ff483b7800

View File

@ -68,6 +68,7 @@ RCSID("$OpenBSD: sshpty.c,v 1.4 2001/12/19 07:18:56 deraadt Exp $");
#include "log.h"
#include "misc.h"
#else /* stubs for BasiliskII */
#define log printf
#define error printf
#define fatal(x) {printf("Fatal error: %s", x); return 0}
#endif /* not in BasiliskII */