git: purgatorio

ref: a3cd9d6083f95a7442935c6f623c7655447215a4
dir: /emu/NetBSD/segflush-386.c/

View raw version
#include "dat.h"

int
segflush(void *a, ulong n)
{
	USED(a);
	USED(n);
	return 0;
}