phk         2003/05/31 12:06:38 PDT
  FreeBSD src repository
  Modified files:
    sys/i386/i386        i386-gdbstub.c 
  Log:
  We cannot use the normal strlen() and strcpy, but don't #define strlen and
  strcpy to get private versions, use private versions directly.
  
  Found by:       FlexeLint
  
  Revision  Changes    Path
  1.23      +11 -14    src/sys/i386/i386/i386-gdbstub.c