shithub: scc

ref: 6b341367541d0a5a221fcb8cba6d6ff0a2d48e16
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()
{
}