diff options
Diffstat (limited to 'libcons/dir-changed.c')
-rw-r--r-- | libcons/dir-changed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcons/dir-changed.c b/libcons/dir-changed.c index 06c29701..9701b056 100644 --- a/libcons/dir-changed.c +++ b/libcons/dir-changed.c @@ -60,7 +60,7 @@ lookup_one (cons_t cons, char *name, vcons_list_t *vcons_entry) kern_return_t cons_S_dir_changed (cons_notify_t notify, natural_t tickno, - dir_changed_type_t change, string_t name) + dir_changed_type_t change, const_string_t name) { error_t err; cons_t cons; |