1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-27 20:58:44 +00:00

Fix missing return types on functions, convert some functions with always ignored results to void.

This commit is contained in:
Nick Briggs
2017-05-28 15:08:42 -07:00
parent 65ddb5a968
commit 691645d048
83 changed files with 587 additions and 549 deletions

View File

@@ -98,7 +98,7 @@ static char *id = "$Id: inet.c,v 1.3 2001/12/24 01:09:03 sybalsky Exp $ Copyrigh
extern u_int LispIOFds, LispReadFds;
extern int *Lisp_errno;
subr_TCP_ops (op, nameConn, proto, length, bufaddr, maxlen)
LispPTR subr_TCP_ops (op, nameConn, proto, length, bufaddr, maxlen)
int op;
LispPTR nameConn, proto, length, bufaddr, maxlen;
{