[Linux-decnet-commit] CVS: dnprogs/librms t_example.c,1.3,1.4
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Christine C. <chr...@us...> - 2008-08-24 09:31:32
|
Update of /cvsroot/linux-decnet/dnprogs/librms In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18575/librms Modified Files: t_example.c Log Message: More expunging. Index: t_example.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/librms/t_example.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** t_example.c 13 Sep 2001 13:51:24 -0000 1.3 --- t_example.c 24 Aug 2008 09:31:28 -0000 1.4 *************** *** 26,30 **** /* Look for the record with my name in it. We don't need rac=key here because librms gives us it for free */ ! memcpy(key, "\0\0\0PJC\0", keylen); got = rms_t_read(h, b, sizeof(b), "ksz=%d,key=%*s,kop=kge", keylen, keylen, key); if (got > 0) --- 26,30 ---- /* Look for the record with my name in it. We don't need rac=key here because librms gives us it for free */ ! memcpy(key, "\0\0\0CHRISSIE\0", keylen); got = rms_t_read(h, b, sizeof(b), "ksz=%d,key=%*s,kop=kge", keylen, keylen, key); if (got > 0) |