Projects
Mega:24.03:SP1:Everything
telnet
_service:tar_scm:telnet-0.17-conf.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:telnet-0.17-conf.patch of Package telnet
--- netkit-telnet-0.17/configure.confverb 2000-07-29 20:00:29.000000000 +0200 +++ netkit-telnet-0.17/configure 2004-07-05 10:50:36.492963840 +0200 @@ -263,14 +263,19 @@ cat <<EOF >__conftest.cc #include <unistd.h> #include <signal.h> -int count=0; +volatile int count=0; void handle(int foo) { count++; } int main() { + sigset_t sset; int pid=getpid(); + sigemptyset(&sset); + sigaddset(&sset, SIGINT); + sigprocmask(SIG_UNBLOCK, &sset, NULL); signal(SIGINT, handle); kill(pid,SIGINT); kill(pid,SIGINT); kill(pid,SIGINT); + sleep(1); if (count!=3) return 1; return 0; }
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2