diff options
| author | Richard Jones <rjones@redhat.com> | 2009-06-10 11:49:42 +0100 |
|---|---|---|
| committer | Richard Jones <rjones@redhat.com> | 2009-06-10 11:49:42 +0100 |
| commit | 887290e949d54c6ac4c9b787231e588f84f2367c (patch) | |
| tree | b04356bafb16798442efa285e4cbecf2b3acb6eb /daemon/ntfs.c | |
| parent | 2df2f2854ed2d1f9857ef3c5aaca29810cf3c506 (diff) | |
| download | libguestfs-887290e949d54c6ac4c9b787231e588f84f2367c.tar.gz libguestfs-887290e949d54c6ac4c9b787231e588f84f2367c.tar.xz libguestfs-887290e949d54c6ac4c9b787231e588f84f2367c.zip | |
In the daemon, change all const char * parameters to char *.
Diffstat (limited to 'daemon/ntfs.c')
| -rw-r--r-- | daemon/ntfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/ntfs.c b/daemon/ntfs.c index 70826df8..87881b1f 100644 --- a/daemon/ntfs.c +++ b/daemon/ntfs.c @@ -27,7 +27,7 @@ #include "actions.h" int -do_ntfs_3g_probe (int rw, const char *device) +do_ntfs_3g_probe (int rw, char *device) { char *err; int r; |
