#include #include /* * I don't want too many of these, * but the ones we have are just too useful. */ static struct { char *old; char *new; } replace[] = { "#9", nil, /* must be first */ "#d", "/dev/fd", }; char* unsharp(char *old) { char *new; int i, olen, nlen, len; if(replace[0].new == nil) replace[0].new = get9root(); for(i=0; i