chpasswd: fixes and code shrink
update_passwd 732 734 +2 chpasswd_main 318 292 -26 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 2/-26) Total: -24 bytes text data bss dec hex filename 781564 1168 11900 794632 c2008 busybox_old 781548 1168 11900 794616 c1ff8 busybox_unstripped
This commit is contained in:
@@ -382,7 +382,6 @@ int seek_set(int fd,seek_pos pos)
|
||||
{
|
||||
if (lseek(fd,(off_t) pos,SEEK_SET) == -1) return -1; return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/*** str_chr.c ***/
|
||||
@@ -402,3 +401,4 @@ unsigned str_chr(const char *s,int c)
|
||||
}
|
||||
return t - s;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user