Print this page
7127  remove -Wno-missing-braces from Makefile.uts

*** 22,33 **** /* * Copyright 2004 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ - #pragma ident "%Z%%M% %I% %E% SMI" - /* * This module implements the services provided by the rlogin daemon * after the connection is set up. Mainly this means responding to * interrupts and window size changes. It begins operation in "disabled" * state, and sends a T_DATA_REQ to the daemon to indicate that it is --- 22,31 ----
*** 76,86 **** "rloginmod module", &fsw }; static struct modlinkage modlinkage = { ! MODREV_1, &modlstrmod, NULL }; int _init(void) --- 74,84 ---- "rloginmod module", &fsw }; static struct modlinkage modlinkage = { ! MODREV_1, { &modlstrmod, NULL } }; int _init(void)