git: 26f2ebfbd9ce - stable/13 - usr.sbin/services_mkdb: diff reduction against NetBSD.
Xin LI
delphij at FreeBSD.org
Tue Apr 20 01:01:36 UTC 2021
The branch stable/13 has been updated by delphij:
URL: https://cgit.FreeBSD.org/src/commit/?id=26f2ebfbd9ceb608cba74ae84306fcc1de1646a7
commit 26f2ebfbd9ceb608cba74ae84306fcc1de1646a7
Author: Xin LI <delphij at FreeBSD.org>
AuthorDate: 2021-03-21 17:22:50 +0000
Commit: Xin LI <delphij at 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;
More information about the dev-commits-src-branches
mailing list