git: 4060e77f49d1 - main - libalias: Remove a stray directive

Lutz Donnerhacke donner at FreeBSD.org
Sun Jul 4 15:57:22 UTC 2021


The branch main has been updated by donner:

URL: https://cgit.FreeBSD.org/src/commit/?id=4060e77f49d1b9fd2254f3f4da94fd64fce83f72

commit 4060e77f49d1b9fd2254f3f4da94fd64fce83f72
Author:     Lutz Donnerhacke <donner at FreeBSD.org>
AuthorDate: 2021-07-04 15:54:45 +0000
Commit:     Lutz Donnerhacke <donner at FreeBSD.org>
CommitDate: 2021-07-04 15:54:45 +0000

    libalias: Remove a stray directive
    
    Removal of a preprocessor line was missed during development.
    Do it now and MFC it together with the other patches.
    
    MFC after:      2 days
---
 sys/netinet/libalias/alias_db.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/netinet/libalias/alias_db.c b/sys/netinet/libalias/alias_db.c
index 5b53067705bf..c09ad4352ce4 100644
--- a/sys/netinet/libalias/alias_db.c
+++ b/sys/netinet/libalias/alias_db.c
@@ -119,7 +119,6 @@ StartPointIn(struct libalias *la,
 	SPLAY_INSERT(splay_in, &la->linkSplayIn, grp);
 	return (grp);
 }
-#undef INGUARD
 
 static int
 SeqDiff(u_long x, u_long y)


More information about the dev-commits-src-all mailing list