]> sourceware.org Git - newlib-cygwin.git/commitdiff
* fhandler-tut.txt: hinfo -> dtable.
authorChristopher Faylor <me@cgf.cx>
Fri, 18 Aug 2000 19:52:31 +0000 (19:52 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 18 Aug 2000 19:52:31 +0000 (19:52 +0000)
winsup/doc/ChangeLog
winsup/doc/fhandler-tut.txt

index 31bfb27f66841c448111ea451a0c0ea2f27b04ca..eef87dbf33d44cfa85f235389e90ea17819773e2 100644 (file)
@@ -1,3 +1,7 @@
+Fri Aug 18 15:51:06 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * fhandler-tut.txt: hinfo -> dtable.
+
 Thu Jul 20 13:01:00 2000  Corinna Vinschen <corinna@vinschen.de>
 
        * ntsec.sgml: Add description for the new setuid ability
index 52e08c7684555db2e079231b6c2382f5727f83f8..213b32b2039148cbb4b20c67e9c8bcd9181983f9 100644 (file)
@@ -8,7 +8,7 @@ Files to note:
 fhandler.h - must define a new derived class here and FH_*
 path.cc - to notice "/dev/zero" and mark it
 fhandler_zero.cc - new
-hinfo.cc - to create the fhandler instance
+dtable.cc - to create the fhandler instance
 
 OK, first we have to define what this new fhandler will do.  In our
 example case, we're going to implement the unix "/dev/zero" device,
@@ -45,7 +45,7 @@ to open "/dev/zero".  Look in get_device_number; there's a long list
 of cases, just add one (I added one after "null").  Also remember to
 add an entry to the windows_device_names list in the right spot.
 
-To go along with that change, we'll need to change hinfo.cc.  Look for
+To go along with that change, we'll need to change dtable.cc.  Look for
 FH_NULL and add a case for FH_ZERO as well.
 
 Now we get to fhandler_zero.cc itself.  Create the empty file and copy
This page took 0.032763 seconds and 5 git commands to generate.