blob: 4d841a44cb1ed477d35d94480fbfb3b9b1b7b2c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: b/examples/rlfe/pty.c
===================================================================
--- a/examples/rlfe/pty.c
+++ b/examples/rlfe/pty.c
@@ -254,7 +254,7 @@
#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)
|