13 lines
357 B
Text
13 lines
357 B
Text
$NetBSD: patch-ac,v 1.1 2004/06/27 12:53:55 grant Exp $
|
|
|
|
--- vfs/ftpfs.c.orig 2000-01-17 07:13:30.000000000 +1100
|
|
+++ vfs/ftpfs.c
|
|
@@ -389,7 +389,7 @@ changetype (struct ftpfs_connection *buc
|
|
return binary;
|
|
}
|
|
|
|
-inline void
|
|
+void
|
|
flush_all_directory(struct ftpfs_connection *bucket)
|
|
{
|
|
linklist_delete_all(qdcache(bucket), ftpfs_dir_destructor);
|