Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
This commit is contained in:
@@ -20,7 +20,7 @@ int mkswap_main(int argc, char *argv[])
|
||||
|
||||
// Figure out how big the device is and announce our intentions.
|
||||
|
||||
fd = bb_xopen(argv[1],O_RDWR);
|
||||
fd = xopen(argv[1],O_RDWR);
|
||||
len = fdlength(fd);
|
||||
pagesize = getpagesize();
|
||||
printf("Setting up swapspace version 1, size = %ld bytes\n", (long)(len-pagesize));
|
||||
|
Reference in New Issue
Block a user