K 10 svn:author V 3 bde K 8 svn:date V 27 1994-09-21T22:22:48.000000Z K 7 svn:log V 244 Fix the consistent mistranslation of Linux's get_fs_word() and put_fs_word() to fuword() and suword(). Linux words are 16 bits but BSD words are 32-bits, at least on vax's. Writing a too-large word trashed the neighbouring short word. Bruce END