diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1996-11-04 04:43:57 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1996-11-04 04:43:57 +0000 |
commit | fd0a7fe39cdc371e2002010c39132d431b39d38d (patch) | |
tree | e361d31ac39830a22f9862e4506d2d40650028be /mbone/vic/files/patch-ad | |
parent | Situation: (diff) |
Upgrade to version 2.8
Diffstat (limited to 'mbone/vic/files/patch-ad')
-rw-r--r-- | mbone/vic/files/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mbone/vic/files/patch-ad b/mbone/vic/files/patch-ad new file mode 100644 index 000000000000..02ebddc7a21b --- /dev/null +++ b/mbone/vic/files/patch-ad @@ -0,0 +1,12 @@ +--- main.cc.orig Sun Nov 3 16:17:04 1996 ++++ main.cc Sun Nov 3 16:17:05 1996 +@@ -425,6 +425,9 @@ + #endif + signal(SIGINT, ciao); + signal(SIGTERM, ciao); ++#ifdef __FreeBSD__ ++ signal(SIGSYS, (sig_t)noXShm); ++#endif + + #ifdef WIN32 + TkSetPlatformInit(TkPlatformInit); |