Supply prototypes where possible. This uncovered type errors with
thread entrypoints: (lwpSelect, shutdown_sequence): Parameters didn't match thread entry point prototype. (lwpEntryPoint): Arguments didn't match thread entry point prototype. Change linkage of functions without prototype declaration to static where possible. Remove some superflous declarations, replace others by suitable includes.
This commit is contained in:
parent
7dbb87b0e0
commit
237baffca9
108 changed files with 505 additions and 877 deletions
|
@ -109,7 +109,7 @@ extern int ef_vars(int, register s_char *, u_char **,
|
|||
u_char **, u_short **);
|
||||
extern int ef_byname(s_char *);
|
||||
|
||||
extern int ef_nbread();
|
||||
extern int ef_nbread(int type, int id, caddr_t ptr);
|
||||
extern struct empfile empfile[];
|
||||
|
||||
#endif /* _FILE_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue