Question about dummy-db.h

Andreas Jaeger aj@suse.de
Tue Jan 4 06:51:00 GMT 2000


Hi Uli,

I'm currently trying to enhance the nss_db support to use db 3.0.55 -
and double check your work.

I noticed that struct dbc27 contains:
  uint32_t lock[14];

and I don't seem to be able to count until 14 :-(.  The entry looks
wrong to me.
I would have written (as you did for dbc24):
  struct{
    uint32_t pgno;
    uint8_t fileid[20];
  } lock;

and this gives only 6 uint_32_t.  Did I miscount something?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de


More information about the Libc-hacker mailing list