ports/net/dgd/files/patch-src-kfun-std.c
Greg Lewis edef6526c7 . Update to 1.4.11.
. Add an OPTIONS setting to turn on function pointer support.
2011-08-03 06:31:02 +00:00

15 lines
372 B
C

$FreeBSD$
--- src/kfun/std.c.orig 2011-07-30 00:30:37.000000000 -0700
+++ src/kfun/std.c 2011-07-30 00:30:49.000000000 -0700
@@ -1291,10 +1291,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");
}