=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfs_getfspath.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/tcfs/Attic/tcfs_getfspath.c 2000/06/20 07:58:57 1.6 +++ src/usr.bin/tcfs/Attic/tcfs_getfspath.c 2000/06/20 10:46:51 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfs_getfspath.c,v 1.6 2000/06/20 07:58:57 fgsch Exp $ */ +/* $OpenBSD: tcfs_getfspath.c,v 1.7 2000/06/20 10:46:51 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -79,7 +79,7 @@ break; if (path) { - strlcpy(path, mountpoint, sizeof(*path)); + strcpy(path, mountpoint); found = 1; }