2013-09-26 17:14:40 +02:00

14 lines
357 B
Plaintext

$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);