insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close().

This commit is contained in:
Denis Vlasenko
2006-11-21 11:58:14 +00:00
parent a8381948da
commit 9229794ab3
3 changed files with 33 additions and 31 deletions

View File

@ -60,7 +60,7 @@
#define PATH_MAX 256
#endif
/* Not (yet) used, but tested to work correctly
/* Tested to work correctly (IIRC :]) */
#define MAXINT(T) (T)( \
((T)-1) > 0 \
? (T)-1 \
@ -72,7 +72,6 @@
? (T)0 \
: ((T)1 << (sizeof(T)*8-1)) \
)
*/
/* Large file support */
/* Note that CONFIG_LFS forces bbox to be built with all common ops