shithub: scc

ref: c30ed6428967a83580b73c7c51efb47b24d7c876
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()
{
}