📄 dbx_rpc.c
字号:
#if !defined(lint) && defined(SCCSIDS)static char sccsid[] = "@(#)dbx_rpc.c 1.1 92/07/30 Copyr 1985 Sun Micro";#endif/* * This file is optionally brought in by including a * "psuedo-device dbx" line in the config file. It is * compiled using the "-g" flag to generate structure * information which is used by dbx with the -k flag. */#include <sys/param.h>#include <sys/socket.h>#include <sys/socketvar.h>#include <netinet/in.h>#include <rpc/types.h>#include <rpc/xdr.h>#include <rpc/auth.h>#include <rpc/clnt.h>#include <rpc/rpc_msg.h>#include <rpc/svc.h>#include <rpc/svc_auth.h>#include <rpc/auth_unix.h>#include <rpc/pmap_prot.h>#include <rpc/pmap_clnt.h>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -