From: chas w. <ch...@us...> - 2009-11-30 16:57:03
|
Update of /cvsroot/linux-atm/linux-atm/src/arpd In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18795/src/arpd Modified Files: atmarp.c Log Message: merge 2.5.1 branch into HEAD Index: atmarp.c =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/arpd/atmarp.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** atmarp.c 9 Oct 2001 22:33:06 -0000 1.2 --- atmarp.c 30 Nov 2009 16:56:52 -0000 1.3 *************** *** 93,97 **** return 1; } ! if (write(0,buffer,size) < 0) { perror("write stdout"); return 1; --- 93,97 ---- return 1; } ! if (write(1,buffer,size) < 0) { perror("write stdout"); return 1; |