From 13de3f23572baed29463b453d0db5d3ab252953d Mon Sep 17 00:00:00 2001 From: Owen Dunn Date: Fri, 28 Jan 2005 23:39:38 +0000 Subject: [PATCH] Enable the Open Transport networking implementation unless NO_OT is defined. [originally from svn r5224] --- mac/macnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/macnet.c b/mac/macnet.c index ffce9022..ddc3d77c 100644 --- a/mac/macnet.c +++ b/mac/macnet.c @@ -40,7 +40,7 @@ static struct macnet_stack mactcp = { void sk_init(void) { -#if 0 +#ifndef NO_OT if (ot_init() == noErr) stack = &ot; else