mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-05 07:44:20 +00:00
fix warning: a function declaration without a prototype is deprecated in all versions of C
This commit is contained in:
@@ -192,7 +192,7 @@ of the packet received except:
|
|||||||
C: Always the same
|
C: Always the same
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int fork_Unix() {
|
int fork_Unix(void) {
|
||||||
int LispToUnix[2], /* Incoming pipe from LISP */
|
int LispToUnix[2], /* Incoming pipe from LISP */
|
||||||
UnixToLisp[2], /* Outgoing pipe to LISP */
|
UnixToLisp[2], /* Outgoing pipe to LISP */
|
||||||
UnixPID, LispPipeIn, LispPipeOut, slot;
|
UnixPID, LispPipeIn, LispPipeOut, slot;
|
||||||
|
|||||||
Reference in New Issue
Block a user