blockcheck
char *blockcheck(char *name);
filesys = blockcheck(filesys);
p->p_devname = estrdup(blockcheck(fs->fs_spec));
(name = blockcheck(fs->fs_spec))) {
extern char *blockcheck(char *);