~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getwd.c

Removed references to strmov and strnmov

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
    dir=FN_ROOTDIR;
99
99
#ifdef VMS
100
100
  {
101
 
    pos=strmov(buff,dir);
 
101
    pos=stpcpy(buff,dir);
102
102
    if (pos[-1] != FN_LIBCHAR)
103
103
    {
104
104
      pos[0]=FN_LIBCHAR;                /* Mark as directory */