code: 9ferno

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

View raw version
#include "dat.h"

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