Fixing use of a qualified name

db4
Daniel Ehrenberg 2008-01-31 12:16:34 -06:00
parent 4bd309dd07
commit b98dc7ec0a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ sequences io.sniffer.backend ;
QUALIFIED: unix
IN: io.sniffer.bsd
M: unix-io destruct-handle ( obj -- ) close drop ;
M: unix-io destruct-handle ( obj -- ) unix:close drop ;
C-UNION: ifreq_props "sockaddr-in" "short" "int" "caddr_t" ;
C-STRUCT: ifreq { { "char" 16 } "name" } { "ifreq_props" "props" } ;