⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 netkitbase-gcc4.patch

📁 最新的文件系统生成工具
💻 PATCH
字号:
diff -ur netkit-base-0.17/inetd/servtab.c netkit-base-0.17-patched/inetd/servtab.c--- netkit-base-0.17/inetd/servtab.c	2000-07-22 15:20:50.000000000 -0500+++ netkit-base-0.17-patched/inetd/servtab.c	2005-04-30 21:23:52.649630720 -0500@@ -771,7 +771,7 @@ 			return; 		} 		-#define SWAP(type, a, b) {type c=(type)a; (type)a=(type)b; (type)b=(type)c;}+#define SWAP(type, a, b) {type c=(type)a; a=(type)b; b=(type)c;}  		/* 		 * sep->se_wait may be holding the pid of a daemon

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -