Merge branch 'symcheck2'

This commit is contained in:
Michael Brown
2007-07-28 22:55:31 +01:00
18 changed files with 30 additions and 29 deletions

View File

@@ -103,7 +103,7 @@ static int boot_root_path ( const char *root_path ) {
* @v netdev Network device
* @ret rc Return status code
*/
int netboot ( struct net_device *netdev ) {
static int netboot ( struct net_device *netdev ) {
char buf[256];
int rc;