shithub: scc

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