shithub: scc

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