DEBSOURCES
Skip Quicknav
Patches / Patch / readline / 8.3-1
1234567891011
--- a/examples/rlfe/pty.c +++ b/examples/rlfe/pty.c @@ -248,7 +248,7 @@ OpenPTY(char **ttyn) #if defined(HAVE_GETPT) && defined(linux) int getpt __P((void)); #endif - sigret_t (*sigcld)__P(SIGPROTOARG); + sighandler_t sigcld; strcpy(PtyName, "/dev/ptmx"); #if defined(HAVE_GETPT) && defined(linux)