commit | 46cd74b9e3bf0ed842f4e6f2e5a8b8f364e3ad4c | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Thu Apr 19 16:55:27 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Thu Apr 19 16:55:27 2001 +0000 |
tree | 8262e023a17fdaf0dc5982d7d49d801c6596a2d4 | |
parent | 3ce79338e66d37e9313c0a4bde78d21822402c09 [diff] |
This has two patches. First it moves interface.c to libbb (it is support code after all). It also contains a patch from Larry Doolittle that removes two instances of "strlen([^)]*) *- *1", un-shadows two variables, relaxes requirement for a sprintf(3) that returns number of bytes written, and eliminates a duplicate subroutine.