shithub: scc

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