freebsd-ports/net/dgd/files/patch-src-kfun-std.c
Greg Lewis 745fb81f1d . Update to 1.4.3.
. Allow the dgd-lpmud port to continue working by allowing the driver object
  to open ports when the networking extensions are enabled.
2010-04-25 21:34:54 +00:00

13 lines
368 B
C

--- src/kfun/std.c.orig 2010-04-25 14:29:57.000000000 -0700
+++ src/kfun/std.c 2010-04-25 14:30:09.000000000 -0700
@@ -1278,10 +1278,6 @@
error("open_port() in special purpose object");
}
- if (obj->flags & O_DRIVER) {
- error("open_port() in driver object");
- }
-
if (f->level != 0) {
error("open_port() within atomic function");
}