freebsd-dev/lib/libcam
Kenneth D. Merry 9460610494 string cleanup:
- fix a potential overrun made worse by rev 1.5 of camlib.h
 - change strncpy() and strcpy() calls to strlcpy()
 - use sizeof(string[]) instead of STRING_LEN to avoid future problems
 - get rid of an unused variable

Thanks to BDE for pointing out some of the problems.

MFC after:	2 weeks
2002-05-14 04:32:02 +00:00
..
cam_cdbparse.3
cam.3
camlib.c
camlib.h
Makefile
scsi_cmdparse.c