diff options
| author | Toomas Soome <tsoome@me.com> | 2018-11-27 13:47:01 +0200 |
|---|---|---|
| committer | Toomas Soome <tsoome@me.com> | 2020-01-04 13:51:26 +0200 |
| commit | cb2bfa207c033ee7d25890c8c31a9010f332fe48 (patch) | |
| tree | 141d92bfe7e23f6d80eacc18423fc1057bde856f /usr/src/cmd/devfsadm/devfsadm_impl.h | |
| parent | 064d16273d15bf6b8ef164ed9d00a767e2fcd0ed (diff) | |
| download | illumos-joyent-cb2bfa207c033ee7d25890c8c31a9010f332fe48.tar.gz | |
12112 devfsadm: cast between incompatible function types
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Matthias Scheler <mscheler@tintri.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/cmd/devfsadm/devfsadm_impl.h')
| -rw-r--r-- | usr/src/cmd/devfsadm/devfsadm_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/devfsadm/devfsadm_impl.h b/usr/src/cmd/devfsadm/devfsadm_impl.h index b33caa1a4d..5e68e9236d 100644 --- a/usr/src/cmd/devfsadm/devfsadm_impl.h +++ b/usr/src/cmd/devfsadm/devfsadm_impl.h @@ -423,7 +423,7 @@ static int create_link_common(char *devlink, char *contents, int *exists); static char *dequote(char *src); static void parse_args(int argc, char *argv[]); static void process_devinfo_tree(void); -static void minor_fini_thread(void *arg); +static void *minor_fini_thread(void *arg); static void *s_realloc(void *ptr, const size_t size); static void read_devlinktab_file(void); static selector_list_t *create_selector_list(char *selector); |
