Subversion Repositories planix.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include <lib9.h>
2
 
3
extern	int	_UNMOUNT(char*, char*);
4
 
5
int
6
unmount(char *name, char *old)
7
{
8
	return _UNMOUNT(name, old);
9
}