📄 golabeld.c
字号:
#ifndef lintstatic char mls_sccsid[] = "@(#)golabeld.c 1.1 92/07/30 SMI; SunOS MLS";#endif lint/* * Copyright (c) 1989 Sun Microsystems, Inc. *//* * Name: golabeld() * * Description: Start up the golabel daemon. */#include <stdio.h>#include "install.h"#include "menu.h"voidgolabeld(sys_p) sys_info * sys_p;{ if (sys_p->ether_type == ETHER_NONE) return; x_system("/usr/etc/rpc.golabeld -i");} /* end golabeld() */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -