瀏覽代碼

make netboot() static

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

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

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

Loading…
取消
儲存