From 85ca92951ae203c23e462c9ace2fbbc85565d511 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 28 Nov 2022 10:28:30 -0500 Subject: [PATCH] changes: Fix file without ticket number Signed-off-by: David Goulet --- changes/bsd_libc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/bsd_libc b/changes/bsd_libc index b431b7719f..01b09f0da5 100644 --- a/changes/bsd_libc +++ b/changes/bsd_libc @@ -1,3 +1,3 @@ - o Minor bugfixes (compilation): + o Minor feature (compilation): - Fix returning something other than "Unknown N/A" as libc version if we build tor on an O.S. like DragonFlyBSD, FreeBSD, OpenBSD or NetBSD.