From: Patrick M. <ume...@us...> - 2006-10-13 20:22:33
|
Update of /cvsroot/radmind/radmind In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4207 Modified Files: ktcheck.c lapply.c Log Message: Fixed formatting and type-o Index: lapply.c =================================================================== RCS file: /cvsroot/radmind/radmind/lapply.c,v retrieving revision 1.133 retrieving revision 1.134 diff -C2 -d -r1.133 -r1.134 *** lapply.c 13 Oct 2006 20:20:20 -0000 1.133 --- lapply.c 13 Oct 2006 20:22:26 -0000 1.134 *************** *** 717,721 **** if ( network ) { if (( closesn( sn )) != 0 ) { ! fprintf( stderr, "can not close sn\n" ); exit( 2 ); } --- 717,721 ---- if ( network ) { if (( closesn( sn )) != 0 ) { ! fprintf( stderr, "cannot close sn\n" ); exit( 2 ); } Index: ktcheck.c =================================================================== RCS file: /cvsroot/radmind/radmind/ktcheck.c,v retrieving revision 1.113 retrieving revision 1.114 diff -C2 -d -r1.113 -r1.114 *** ktcheck.c 13 Oct 2006 20:20:20 -0000 1.113 --- ktcheck.c 13 Oct 2006 20:22:25 -0000 1.114 *************** *** 703,707 **** } if (( capa = get_capabilities( sn )) == NULL ) { ! exit( 2 ); } --- 703,707 ---- } if (( capa = get_capabilities( sn )) == NULL ) { ! exit( 2 ); } |