]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
get_line now uses a single buffer, strips leading space and skips comments. This...
authorRoy Marples <roy@marples.name>
Wed, 5 Nov 2008 13:57:54 +0000 (13:57 +0000)
committerRoy Marples <roy@marples.name>
Wed, 5 Nov 2008 13:57:54 +0000 (13:57 +0000)
commite1caa8dbade9d653dec2172b5c052f1dbeaebb22
tree841472da5b26b69879e83089635607b5a6b39129
parent9783ceb17a8513b0ebcf5fc36d5a42cbd24f1c49
get_line now uses a single buffer, strips leading space and skips comments. This reduces malloc usage slightly and gives a cleaner API at the expense of a slight bss increase.
common.c
common.h
duid.c
if-linux.c
if-options.c