Deleted Added
full compact
35c35
< RCSID("$Id: kfd.c,v 1.10 2002/09/04 20:31:48 joda Exp $");
---
> RCSID("$Id: kfd.c,v 1.11 2003/04/16 15:40:24 lha Exp $");
263c263
< strcpy(ret_string, "no");
---
> strlcpy(ret_string, "no", sizeof(ret_string));
266c266
< strcpy(ret_string, "ok");
---
> strlcpy(ret_string, "ok", sizeof(ret_string));