]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for bug 28938
authorKris Katterjohn <katterjohn@gmail.com>
Tue, 8 Jan 2019 02:01:52 +0000 (20:01 -0600)
committerNick Mathewson <nickm@torproject.org>
Wed, 9 Jan 2019 13:52:05 +0000 (08:52 -0500)
The fix was in commit 30b84adb5f0b6e56d0fb82c374e3cb44089f64d0.

Signed-off-by: Kris Katterjohn <katterjohn@gmail.com>
changes/bug28938 [new file with mode: 0644]

diff --git a/changes/bug28938 b/changes/bug28938
new file mode 100644 (file)
index 0000000..de6c5f7
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor bugfixes (compilation):
+    - Fix missing headers required for proper detection of
+      OpenBSD.  Fixes bug 28938; bugfix on 0.3.5.1-alpha.
+      Patch from Kris Katterjohn.