[nio-cvs] r73 - branches/home/psmith/restructure/src/io

psmith at common-lisp.net psmith at common-lisp.net
Tue Feb 6 01:30:09 UTC 2007


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))
 



More information about the Nio-cvs mailing list