summaryrefslogtreecommitdiff
path: root/usr/src/cmd/zdump/zdump.c
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2019-03-11 13:13:38 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2019-03-11 13:13:38 +0000
commitcbabb52cbef55dc12ac62bb5e5da7cc02cf114d2 (patch)
tree9b95d76ec1eaca7a5112c582f7f176891a918e1c /usr/src/cmd/zdump/zdump.c
parente790b92538e616017d45a87be045bccb1a3c8758 (diff)
parent36ac8d7d925ed80286cf13327142ca1fa6943fc3 (diff)
downloadillumos-joyent-cbabb52cbef55dc12ac62bb5e5da7cc02cf114d2.tar.gz
[illumos-gate merge]
commit 36ac8d7d925ed80286cf13327142ca1fa6943fc3 10119 audit(1) gets NULL check wrong commit dbef1f18aebff7758796283d40875419be721c2b 10510 loader: bios comc_probe() is out of sync with uefi version commit 7b38fab6300e0a1599b9741cfeafd94d362b87aa 9433 Fix ARC hit rate commit bc54f855e0de1e590115101c80f152a20722cfb0 10120 smatch indenting fixes for usr/src/cmd
Diffstat (limited to 'usr/src/cmd/zdump/zdump.c')
-rw-r--r--usr/src/cmd/zdump/zdump.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr/src/cmd/zdump/zdump.c b/usr/src/cmd/zdump/zdump.c
index eae12f775f..8c3a32bc8f 100644
--- a/usr/src/cmd/zdump/zdump.c
+++ b/usr/src/cmd/zdump/zdump.c
@@ -4,6 +4,10 @@
*/
/*
+ * 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.
@@ -231,8 +235,9 @@ char *argv[];
cutloyear = lo;
cuthiyear = hi;
} else {
-(void) fprintf(stderr, gettext("%s: wild -c argument %s\n"),
- progname, cutarg);
+ (void) fprintf(stderr,
+ gettext("%s: wild -c argument %s\n"),
+ progname, cutarg);
exit(EXIT_FAILURE);
}
}