瀏覽代碼

make netboot() static

tags/v0.9.3
Holger Lubitz 17 年之前
父節點
當前提交
1ec846b038
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/usr/autoboot.c

+ 1
- 1
src/usr/autoboot.c 查看文件

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

Loading…
取消
儲存