V10/netfs/libnetb/stubstat.c

/*
 * stub for fsstat
 */
#include "rf.h"

fsstat(f)
Rfile *f;
{
	return (0);
}