Module Name: src
Committed By: pgoyette
Date: Thu Jan 31 03:25:29 UTC 2019
Modified Files:
src/doc: TODO.compat-module
Log Message:
Fix reference to "above-mentioned build break". Since the details of the
build break are no longer relevant and no longer mentioned, just refer to
"a build break."
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/doc/TODO.compat-module
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/TODO.compat-module
diff -u src/doc/TODO.compat-module:1.2 src/doc/TODO.compat-module:1.3
--- src/doc/TODO.compat-module:1.2 Sun Jan 27 02:08:33 2019
+++ src/doc/TODO.compat-module Thu Jan 31 03:25:29 2019
@@ -1,12 +1,11 @@
-/* $NetBSD: TODO.compat-module,v 1.2 2019/01/27 02:08:33 pgoyette Exp $ */
+/* $NetBSD: TODO.compat-module,v 1.3 2019/01/31 03:25:29 pgoyette Exp $ */
DONE
----
1. Removed the building of the compat library - it is no longer needed.
2. Reverted some intentional auto-load breakage for loading the sysv_ipc
- module; the breakage was introduced as the fix for the above-mentioned
- build breakage.
+ module; the breakage was introduced as the fix for a build break.
3. Split the sysv_ipc compat routines into their own compat_sysv module.