Fix load error

db4
Slava Pestov 2008-04-21 18:30:07 -05:00
parent 5d68d8a614
commit b0c2ce40dc
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ IN: unix.linux.ifreq
: set-if-metric ( name metric -- )
"struct-ifreq" <c-object>
rot string>char-alien over set-struct-ifreq-ifr-ifrn
rot ascii string>alien over set-struct-ifreq-ifr-ifrn
swap <int> over set-struct-ifreq-ifr-ifru
AF_INET SOCK_DGRAM 0 socket SIOCSIFMETRIC rot ioctl drop ;