CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/12 09:51:45
Modified files:
usr.bin/cvs : hash.c
Log message:
When allocating the h_table array use the size of struct hash_head,
not the size of a pointer. From Joris Vink. OK fcambus@
