summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2012-06-10 07:21:22 -0700
committerGarrett D'Amore <garrett@damore.org>2012-06-10 07:21:22 -0700
commit609a0c4b5a48373f24cb9b9e2698290e21314347 (patch)
treec26feeed65b161596aee2813a01bb3fad6db5bf9 /usr/src/cmd/svc
parent3dd94f79268fa1debdd48a44e49c9958fcbad2eb (diff)
downloadillumos-joyent-609a0c4b5a48373f24cb9b9e2698290e21314347.tar.gz
2831 bring Joyent/SmartOS OS-1186 and OS-1187 to Illumos (fix lint, copyright)
Diffstat (limited to 'usr/src/cmd/svc')
-rw-r--r--usr/src/cmd/svc/configd/Makefile2
-rw-r--r--usr/src/cmd/svc/startd/restarter.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/svc/configd/Makefile b/usr/src/cmd/svc/configd/Makefile
index 2a03c20f7b..66836e15eb 100644
--- a/usr/src/cmd/svc/configd/Makefile
+++ b/usr/src/cmd/svc/configd/Makefile
@@ -53,7 +53,7 @@ CPPFLAGS += $(MYCPPFLAGS)
CFLAGS += -v
MYLDLIBS = -lumem -luutil -lbsm
LDLIBS += -lsecdb $(MYLDLIBS)
-LINTFLAGS += -errtags -erroff=E_BAD_FORMAT_ARG_TYPE2
+LINTFLAGS += -errtags -erroff=E_BAD_FORMAT_ARG_TYPE2 -erroff=E_NAME_DEF_NOT_USED2
CLOBBERFILES += $(MYPROG:%=%-native)
diff --git a/usr/src/cmd/svc/startd/restarter.c b/usr/src/cmd/svc/startd/restarter.c
index a55fb489ad..4cb4e121bb 100644
--- a/usr/src/cmd/svc/startd/restarter.c
+++ b/usr/src/cmd/svc/startd/restarter.c
@@ -21,6 +21,7 @@
/*
* Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, Joyent, Inc. All rights reserved.
*/
/*