Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 80 → Rev 79

/shark/trunk/include/sys/mount.h
27,10 → 27,7
#include <sys/types.h>
#include <fs/mount.h>
#include <fs/fsind.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
dev_t fdevice __P ((char *device_name));
 
int mount __P ((dev_t device, u_int8_t fsind,
38,5 → 35,4
 
int umount __P ((dev_t device));
 
__END_DECLS
#endif