summaryrefslogtreecommitdiff
path: root/microkernel
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-07-30 16:45:14 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-07-30 16:45:14 +0200
commit49ba9b1409a9c36d9d1019c74afc7b5e8d3c5d84 (patch)
treef27ba1503b9f0ae589a75b6bf9b5481a78bc9c3b /microkernel
parent639f4e66376638e92ead93fe2fbf301780438509 (diff)
Add links between hurd/libihash and microkernel/viengoos/projects/new_hash_function.
Diffstat (limited to 'microkernel')
-rw-r--r--microkernel/viengoos/projects/new_hash_function.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/microkernel/viengoos/projects/new_hash_function.mdwn b/microkernel/viengoos/projects/new_hash_function.mdwn
index 1747511d..d0374720 100644
--- a/microkernel/viengoos/projects/new_hash_function.mdwn
+++ b/microkernel/viengoos/projects/new_hash_function.mdwn
@@ -1,4 +1,5 @@
-[[!meta copyright="Copyright © 2008, 2009 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2008, 2009, 2010 Free Software Foundation,
+Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -17,3 +18,5 @@ overhead. Find a better algorithm. There can either be one that is
appropriate in the general case or one that works well in a relevant,
specific case, e.g., viengoos/object.c uses a hash to find the object
corresponding to a frame, which is keyed on its physical address.
+
+Note that this applies to the Hurd's [[hurd/libihash]], too.