diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-14 02:05:22 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-14 02:05:22 +0000 |
commit | dc86935656614246608a94d99c864f4c54ff35bf (patch) | |
tree | 746cbbce69902c856fafd25ea628694f1eccd718 /devel/upnp/files/patch-src::genlib::tpool::interrupts.cpp | |
parent | Add support for configuring for a AMD64. (diff) |
Backout previous commit.
It's a incompatible upgrade; net/linuxigd isn't yet ready for it.
Noticed by: kris & bento, and many other linuxigd users.
Notes
Notes:
svn path=/head/; revision=78926
Diffstat (limited to 'devel/upnp/files/patch-src::genlib::tpool::interrupts.cpp')
-rw-r--r-- | devel/upnp/files/patch-src::genlib::tpool::interrupts.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/upnp/files/patch-src::genlib::tpool::interrupts.cpp b/devel/upnp/files/patch-src::genlib::tpool::interrupts.cpp new file mode 100644 index 000000000000..fda9eca21463 --- /dev/null +++ b/devel/upnp/files/patch-src::genlib::tpool::interrupts.cpp @@ -0,0 +1,11 @@ +--- src/genlib/tpool/interrupts.cpp.orig Fri Jun 15 08:22:16 2001 ++++ src/genlib/tpool/interrupts.cpp Sat Aug 3 16:29:39 2002 +@@ -82,7 +82,7 @@ + int code; + + newset.sa_handler = signal_handler_alpha; +- newset.sa_flags = SA_NOMASK; ++ newset.sa_flags = SA_NODEFER; + code = sigaction( signalNum, &newset, &g_OldAction ); + if ( code < 0 ) + { |