shithub: scc

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