diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-14 04:05:06 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-14 04:05:06 +0000 |
commit | 8e02c9018672abd503dd08e06b9daaa0e2c4f51b (patch) | |
tree | a67dc52628a45cae06425269177b6c1b63bfd440 /sys/msdosfs/msdosfs_vfsops.c | |
parent | fca2cf71cc88b832f5e93f0288867997cb0d35d4 (diff) |
use pool for namei pathbuf. testing ok millert@ tdeval@
Diffstat (limited to 'sys/msdosfs/msdosfs_vfsops.c')
-rw-r--r-- | sys/msdosfs/msdosfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/msdosfs/msdosfs_vfsops.c b/sys/msdosfs/msdosfs_vfsops.c index 71e15c4ab9f..07f3e753607 100644 --- a/sys/msdosfs/msdosfs_vfsops.c +++ b/sys/msdosfs/msdosfs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: msdosfs_vfsops.c,v 1.33 2004/05/12 21:04:15 tedu Exp $ */ +/* $OpenBSD: msdosfs_vfsops.c,v 1.34 2004/05/14 04:05:05 tedu Exp $ */ /* $NetBSD: msdosfs_vfsops.c,v 1.48 1997/10/18 02:54:57 briggs Exp $ */ /*- |