projects
/
nfs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
03187a3
)
Fix a 'const' misuse warning.
author
Neil Brown
<neilb@suse.de>
Fri, 16 Mar 2007 07:31:11 +0000
(18:31 +1100)
committer
Neil Brown
<neilb@suse.de>
Fri, 16 Mar 2007 07:31:11 +0000
(18:31 +1100)
utils/mount/nfsumount.c
patch
|
blob
|
history
diff --git
a/utils/mount/nfsumount.c
b/utils/mount/nfsumount.c
index
381ca6e
..
1d10cc6
100644
(file)
--- a/
utils/mount/nfsumount.c
+++ b/
utils/mount/nfsumount.c
@@
-190,7
+190,7
@@
int del_mtab(const char *spec, const char *node)
/*
* Returns 1 if everything went well, else 0.
*/
-int _nfsumount(const char *spec, c
onst c
har *opts)
+int _nfsumount(const char *spec, char *opts)
{
char *hostname;
char *dirname;