dev.ed - vx32 - Local 9vx git repository for patches.
 (HTM) git clone git://r-36.net/vx32
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       dev.ed (407B)
       ---
            1 g/^decreate/ s/(Chan\*, char\*, int, ulong)/(Chan *c, char *name, int mode, ulong perm)/
            2 g/^devremove/ s/(Chan\*)/(Chan *c)/
            3 g/^devwstat/ s/(Chan\*, uchar\*, int)/(Chan *c, uchar *stat, int nstat)/
            4 g/^devpower/ s/(int)/(int toggle)/
            5 g/^devconfig/ s/(int, char \*, DevConf \*)/(int toggle, char *name, DevConf *conf)/
            6 g/^devcreate/ s/(Chan\*, char\*, int, ulong)/(Chan *c, char *name, int mode, ulong perm)/