shithub: scc

ref: 272bc8e3488ce5c7220ebf7cc731a04211b6dba4
dir: /src/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()
{
}