mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Fix libXaw3d update issue and housekeeping.
PR: 286231 286082
(cherry picked from commit 9e27b733cc
)
11 lines
349 B
C
11 lines
349 B
C
--- src/callbacks.c.orig 2012-03-29 16:03:49 UTC
|
|
+++ src/callbacks.c
|
|
@@ -979,7 +979,7 @@ cb_presentation(Widget w _GL_UNUSED, XtPointer client_
|
|
cb_presentation(Widget w _GL_UNUSED, XtPointer client_data _GL_UNUSED, XtPointer call_data _GL_UNUSED)
|
|
{
|
|
int pid;
|
|
- sighandler_t sigold;
|
|
+ sig_t sigold;
|
|
|
|
BEGINMESSAGE(cb_presentation)
|
|
|