On 9/22/06, Otto Moerbeek <[EMAIL PROTECTED]> wrote:
On Fri, 22 Sep 2006, Siju George wrote: > I understand that the OpenBSD team has replaced strcpy() with > strlcpy() in their tree. > How did you people do it? Do we have to manually go to each place and > make the change or is there any tool to automate the process? Just using eyes & brains. There's no automatic way to do this.
Thankyou so much Otto. Will try :-) And this would be my first involvement with some type of C code too! Kind Regards Siju

