golabeld.c
来自「操作系统SunOS 4.1.3版本的源码」· C语言 代码 · 共 31 行
C
31 行
#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 + =
减小字号Ctrl + -
显示快捷键?