Subversion Repositories planix.SVN

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#include <lib9.h>

extern  int     _UNMOUNT(char*, char*);

int
unmount(char *name, char *old)
{
        return _UNMOUNT(name, old);
}