diff --git a/cscope-15.5-resize.patch b/cscope-15.5-resize.patch index cab2e43..074e84c 100644 --- a/cscope-15.5-resize.patch +++ b/cscope-15.5-resize.patch @@ -89,7 +89,7 @@ int main(int argc, char **argv) { -@@ -131,12 +160,20 @@ +@@ -131,12 +160,19 @@ int c, i; pid_t pid; struct stat stat_buf; @@ -103,7 +103,6 @@ + winch_action.sa_sigaction = sigwinch_handler; + sigemptyset(&winch_action.sa_mask); + winch_action.sa_flags = SA_SIGINFO; -+ winch_action.sa_restorer = NULL; + + sigaction(SIGWINCH,&winch_action,NULL); + diff --git a/cscope.spec b/cscope.spec index 04d1297..ea2ccb5 100644 --- a/cscope.spec +++ b/cscope.spec @@ -34,7 +34,7 @@ matches for use in file editing. %patch2 -p1 %patch3 -p1 %patch4 -p1 -#%patch5 -p1 +%patch5 -p1 %build %configure