SysIII/usr/src/cmd/sync.c

main()
{
	sync();
	exit(0);
}