Module Name: src
Committed By: apb
Date: Wed Sep 24 16:17:39 UTC 2014
Modified Files:
src/tools: README
Log Message:
It is usually easy to add new definitions to src/tools/compat, and that
is usually better than adding compatibility definitions to individual
tools.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tools/README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/README
diff -u src/tools/README:1.1 src/tools/README:1.2
--- src/tools/README:1.1 Mon Sep 1 13:50:15 2014
+++ src/tools/README Wed Sep 24 16:17:39 2014
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.1 2014/09/01 13:50:15 apb Exp $
+$NetBSD: README,v 1.2 2014/09/24 16:17:39 apb Exp $
Notes for NetBSD src/tools
@@ -31,6 +31,10 @@ They should restrict themselves to featu
standards, and features that are provided by the src/tools/compat
framework.
+It is usually easy to add new definitions to src/tools/compat, and that
+is usually better than adding compatibility definitions to individual
+tools.
+
Compatibility framework
=======================