shithub: scc

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

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

#include "driver.h"

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

int
setattr()
{
}