freebsd-src/sbin/fsdb
David E. O'Brien 3d438ad61f Remove 'register' keyword.
It does not help modern compilers, and some may take some hit from it.
(I also found several functions that listed *every* of its 10 local vars with
 "register" -- just how many free registers do people think machines have?)
2002-03-20 17:55:10 +00:00
..
fsdb.8 This sounds better. 2002-03-15 18:12:13 +00:00
fsdb.c Remove 'register' keyword. 2002-03-20 17:55:10 +00:00
fsdb.h Something i always wanted to see: add a function to print the list of 2002-01-26 15:53:23 +00:00
fsdbutil.c Something i always wanted to see: add a function to print the list of 2002-01-26 15:53:23 +00:00
Makefile