diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-20 10:46:53 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-20 10:46:53 +0000 |
commit | b697e2567a56cfdcfe22ddbb22c63b1a68fb4024 (patch) | |
tree | 40327eccee232f8d864ec529c1e8df5230e3b855 /usr.bin/tcfs/tcfs_getfspath.c | |
parent | 4b253702a39210581939fed657034c07e0413261 (diff) |
another oops, time to sleep.
remove spaces.
Diffstat (limited to 'usr.bin/tcfs/tcfs_getfspath.c')
-rw-r--r-- | usr.bin/tcfs/tcfs_getfspath.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |