Date: Tue, 20 Apr 2021 01:01:36 GMT From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 26f2ebfbd9ce - stable/13 - usr.sbin/services_mkdb: diff reduction against NetBSD. Message-ID: <202104200101.13K11a8M063427@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by delphij: URL: https://cgit.FreeBSD.org/src/commit/?id=26f2ebfbd9ceb608cba74ae84306fcc1de1646a7 commit 26f2ebfbd9ceb608cba74ae84306fcc1de1646a7 Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2021-03-21 17:22:50 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2021-04-20 01:00:09 +0000 usr.sbin/services_mkdb: diff reduction against NetBSD. (cherry picked from commit 57b9a062d147563ecda72227f0bb051f60eff608) --- usr.sbin/services_mkdb/uniq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/services_mkdb/uniq.c b/usr.sbin/services_mkdb/uniq.c index 43e66b95979d..c78b01ef27c5 100644 --- a/usr.sbin/services_mkdb/uniq.c +++ b/usr.sbin/services_mkdb/uniq.c @@ -90,6 +90,7 @@ uniq(const char *fname) break; case -1: err(1, "put"); + /* NOTREACHED */ default: abort(); break;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104200101.13K11a8M063427>