Author: ehuelsmann Date: Sun Jun 24 14:52:30 2007 New Revision: 274
Modified: usocket/trunk/package.lisp Log: Add missing symbols to the export list.
Modified: usocket/trunk/package.lisp ============================================================================== --- usocket/trunk/package.lisp (original) +++ usocket/trunk/package.lisp Sun Jun 24 14:52:30 2007 @@ -43,7 +43,11 @@ #:ip/=
#:socket-condition ; conditions + #:ns-condition #:socket-error ; errors + #:ns-error #:unknown-condition - #:unknown-error))) + #:ns-unknown-condition + #:unknown-error + #:ns-unknown-error)))