代码搜索:Patch
找到约 9,523 项符合「Patch」的源代码
代码结果 9,523
www.eeworm.com/read/181573/9245630
patch
--- linux-2.0.37/net/ipv4/tcp_input.c.orig Fri Jul 23 17:25:14 1999
+++ linux/net/ipv4/tcp_input.c Fri Jul 23 17:29:43 1999
@@ -2764,7 +2764,18 @@
kfree_skb(skb, FREE_READ);
return 0;
}
-
+
+
www.eeworm.com/read/461139/7232904
patch
diff -c -Nr src.clean/include/minix/com.h src/include/minix/com.h
*** src.clean/include/minix/com.h Thu Nov 13 17:54:40 2008
--- src/include/minix/com.h Fri Nov 14 20:38:51 2008
***************
*** 42
www.eeworm.com/read/408395/11390134
patch
void camera::renderstars()
{
short cx,cy; //Centering screen position
short astx,asty; //For holding star position on screen
graphic* warp; //Warp star sprite
warp=NULL;
cx=interface::viewb.x+(
www.eeworm.com/read/250523/12401000
patch
Index: ../udhcpd/dumpleases.c
===================================================================
RCS file: /projects/cvsroot/src/router/udhcpd/dumpleases.c,v
retrieving revision 1.1
retrieving revisi
www.eeworm.com/read/167185/5463540
patch
#! /bin/sh
# this is used to patch a few .c files into the ESPS library
#
LIBNAME=`get_esps_base`/lib/libespsg.a
for file
do
echo emake `basename $file '.c'`.o
emake `basename $file '.c'`.o
e
www.eeworm.com/read/167185/5465903
patch
#! /bin/sh
# this is used to patch a few .c files into the ESPS library
#
LIBNAME=`get_esps_base`/lib/libxv.a
for file
do
echo emake `basename $file '.c'`.o
emake `basename $file '.c'`.o
echo
www.eeworm.com/read/361261/2948467
patch
--- plugins/sdl/vout_sdl.c 2001/12/03 16:18:37 1.66
+++ plugins/sdl/vout_sdl.c 2001/12/04 13:29:29
@@ -329,12 +329,16 @@
break;
case SDL_MOUSEBUTTONUP:
+#if 0
swit