summaryrefslogtreecommitdiff
path: root/networking/interface.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - include proper headers.Bernhard Reutner-Fischer2006-04-051-1/+1
|
* - fix paste'o which i overlooked when applying dalias' fmt stuff.Bernhard Reutner-Fischer2006-03-301-1/+1
|
* - Rich Felker writes: fix invalid printf format stringsBernhard Reutner-Fischer2006-03-291-16/+16
| | | | | | | | | http://busybox.net/lists/busybox/2006-March/019568.html text data bss dec hex filename 900619 10316 1038724 1949659 1dbfdb busybox.oorig 900603 10316 1038724 1949643 1dbfcb busybox
* - put NLS stuff in one central place to avoid redefines.Bernhard Reutner-Fischer2006-02-231-1/+0
| | | | | | | | Fixes warnings about: fdisk.c:45:1: warning: "_" redefined nfsmount.c:121:1: warning: "_" redefined nfsmount.c:122:1: warning: "N_" redefined interface.c:84:1: warning: "_" redefined
* fix up annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-2/+2
|
* just whitespaceTim Riker2006-01-251-3/+3
|
* - missing bits of patch attached to bug #249 (constify).Bernhard Reutner-Fischer2006-01-191-2/+2
|
* Move interface.c to networking directory since it's only used by ifconfig.Rob Landley2005-11-221-0/+2093