proc-unixusers-cleanup-on-linux-20061228

FIXES 49978

maybe?
This commit is contained in:
Derrick Brashear 2006-12-28 22:32:52 +00:00
parent c4c90e33be
commit 224eb9ff60

View File

@ -339,5 +339,8 @@ void
osi_proc_clean(void)
{
remove_proc_entry(PROC_CELLSERVDB_NAME, openafs_procfs);
#ifdef HAVE_KERNEL_LINUX_SEQ_FILE_H
remove_proc_entry("unixusers", openafs_procfs);
#endif
remove_proc_entry(PROC_FSDIRNAME, proc_root_fs);
}