Author: psmith Date: Mon Feb 5 20:30:09 2007 New Revision: 73
Modified: branches/home/psmith/restructure/src/io/fd-helper.lisp Log: Corrected typo
Modified: branches/home/psmith/restructure/src/io/fd-helper.lisp ============================================================================== --- branches/home/psmith/restructure/src/io/fd-helper.lisp (original) +++ branches/home/psmith/restructure/src/io/fd-helper.lisp Mon Feb 5 20:30:09 2007 @@ -46,7 +46,7 @@ (fd :int) (cmd :int) #+(or darwin macosx freebsd) - (arg :int)) + (arg :int) #+linux (arg :long))