Makefile
|
apply -Wno-pointer-sign with GCC4.
|
2006-05-12 03:29:11 +00:00 |
alloc.c
|
free -> dealloc
|
2006-01-25 18:27:23 +00:00 |
bootp.c
|
add (char *) cast to quieten GCC.
|
2006-05-20 19:40:46 +00:00 |
cd9660.c
|
free -> dealloc
|
2006-01-25 18:27:23 +00:00 |
cread.c
|
free -> dealloc
|
2006-01-25 18:27:23 +00:00 |
dosfs.c
|
free -> dealloc
|
2006-01-25 18:27:23 +00:00 |
nfs.c
|
free -> dealloc
|
2006-01-25 18:27:23 +00:00 |
subr_prf.c
|
/* fall through */ -> /* FALLTHROUGH */
|
2006-01-27 02:28:36 +00:00 |
tftp.c
|
free -> dealloc
|
2006-01-25 18:27:23 +00:00 |
ufs.c
|
ssize_t -> size_t to match variable and functions.
|
2006-05-11 01:13:44 +00:00 |
ufs_ls.c
|
free -> dealloc
|
2006-01-25 18:27:23 +00:00 |