pdp11v/usr/src/cmd/sync.c

/*	@(#)sync.c	1.1	*/
main()
{
	sync();
	exit(0);
}