blob: f3c41f3911506044da79a5bb0e6cbe772ef9a1fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ay,v 1.1 1999/10/08 15:55:08 bouyer Exp $
diff -u kfm/kiojob.h.orig kfm/kiojob.h
--- kfm/kiojob.h.orig Tue Oct 5 22:33:18 1999
+++ kfm/kiojob.h Tue Oct 5 22:33:43 1999
@@ -58,7 +58,7 @@
* give values for every parameter.
*/
void mount( bool _ro, const char *_fstype, const char* _dev, const char *_point );
- void unmount( const char *_point );
+ void unmount( const char *_dev, const char *_point );
/**
* Gets a directory listing.
* Connect to 'newDirEntry' to get the directory entries. You must expect that the
|