Print this page
10120 smatch indenting fixes for usr/src/cmd
Reviewed by: Gergő Doma <domag02@gmail.com>
Portions contributed by: Joyce McIntosh <joyce.mcintosh@nexenta.com>

*** 2,11 **** --- 2,15 ---- * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ /* + * Copyright (c) 2018, Joyent, Inc. + */ + + /* * zdump 7.24 * Taken from elsie.nci.nih.gov to replace the existing Solaris zdump, * which was based on an earlier version of the elsie code. * * For zdump 7.24, the following changes were made to the elsie code:
*** 229,239 **** } else if (sscanf(cutarg, "%ld,%ld%c", &lo, &hi, &dummy) == 2) { cutloyear = lo; cuthiyear = hi; } else { ! (void) fprintf(stderr, gettext("%s: wild -c argument %s\n"), progname, cutarg); exit(EXIT_FAILURE); } } setabsolutes(); --- 233,244 ---- } else if (sscanf(cutarg, "%ld,%ld%c", &lo, &hi, &dummy) == 2) { cutloyear = lo; cuthiyear = hi; } else { ! (void) fprintf(stderr, ! gettext("%s: wild -c argument %s\n"), progname, cutarg); exit(EXIT_FAILURE); } } setabsolutes();