shithub: scc

ref: d89d90240080d1638ade3d650c3f83599a73613d
dir: /ar/posix/driver.c/

View raw version
static char sccsid[] = "@(#) ./ar/posix/driver.c";

#include "driver.h"

time_t
totime(unsigned long long t)
{
	return t;
}

int
setattr()
{
}