From 4060e77f49d1b9fd2254f3f4da94fd64fce83f72 Mon Sep 17 00:00:00 2001 From: Lutz Donnerhacke Date: Sun, 4 Jul 2021 17:54:45 +0200 Subject: [PATCH] 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 5b53067705b..c09ad4352ce 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)