瀏覽代碼

Changes file for bug 30614

Nick Mathewson 5 年之前
父節點
當前提交
bdf685e476
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      changes/bug30614

+ 4 - 0
changes/bug30614

@@ -0,0 +1,4 @@
+  o Minor bugfixes (NetBSD):
+    - Fix usage of minherit() on NetBSD and other platforms that define
+      MAP_INHERIT_{ZERO,NONE} instead of INHERIT_{ZERO,NONE}. Fixes bug
+      30614; bugfix on 0.4.0.2-alpha. Patch from Taylor Campbell.