V10/netfs/libnetb/stubupdate.c

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

int
fsupdate(f, a)
Rfile *f, *a;
{
	return (-1);
}