Skip to content
Snippets Groups Projects
Commit 523fd2c8 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Fix most `wider type truncated to int' bugs on OSF1 due to implicit decls:

 #include <stdlib.h>    to get malloc & co various places,
 #include <ac/string.h> to get strlen & co in (liblutil/setproctitle.c),
 declare ch_malloc & co (slurp.h), avl_find_lin (avl.h), Malloc (ud/edit.c).
Also changed ch_malloc & co from char* to void* functions.
parent 5a14af5f
No related branches found
No related tags found
No related merge requests found
Showing
with 37 additions and 36 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment