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 "fast path" processing for the telnet protocol. * Since it only knows a very small number of the telnet protocol options, * the daemon is required to assist this module. This module must be run * underneath logindmux, which handles switching messages between the --- 22,31 ----
*** 102,112 **** "telnet module", &fsw }; static struct modlinkage modlinkage = { ! MODREV_1, &modlstrmod, NULL }; int _init() { --- 100,110 ---- "telnet module", &fsw }; static struct modlinkage modlinkage = { ! MODREV_1, { &modlstrmod, NULL } }; int _init() {