From b697e2567a56cfdcfe22ddbb22c63b1a68fb4024 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Tue, 20 Jun 2000 10:46:53 +0000 Subject: another oops, time to sleep. remove spaces. --- usr.bin/tcfs/tcfs_getfspath.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/tcfs/tcfs_getfspath.c') diff --git a/usr.bin/tcfs/tcfs_getfspath.c b/usr.bin/tcfs/tcfs_getfspath.c index 3c69ec18dd1..5fee07598f9 100644 --- a/usr.bin/tcfs/tcfs_getfspath.c +++ b/usr.bin/tcfs/tcfs_getfspath.c @@ -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 @@ tcfs_get_label(char *label2search, char *path, int *ciphernumber) break; if (path) { - strlcpy(path, mountpoint, sizeof(*path)); + strcpy(path, mountpoint); found = 1; } -- cgit v1.2.3