Ejemplo n.º 1
0
static int
_modinit(void)
{
	user_modes['C'] = find_umode_slot();
	construct_umodebuf();

	return 0;
}
Ejemplo n.º 2
0
static int
_modinit(void)
{
	/* add the usermode to the available slot */
	user_modes['h'] = find_umode_slot();
	construct_umodebuf();

	return 0;
}
Ejemplo n.º 3
0
static int
_modinit(void)
{
	/* add the usermode to the available slot */
	user_modes['F'] = find_umode_slot();
	user_mode_names['F'] = "hidecert";
	construct_umodebuf();

	return 0;
}