diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-01-06 13:19:38 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-01-06 13:19:38 +0000 |
commit | 9452abceb6be5f4e936e05d2d09cf42d4b85256b (patch) | |
tree | 45804620e8801b6a5a31dba31063ea6f93081e04 /usr/src/cmd/devfsadm/devfsadm_impl.h | |
parent | fc356053b6fcdfb2eb1f9353e1b7e5332fbfcaf8 (diff) | |
parent | cb2bfa207c033ee7d25890c8c31a9010f332fe48 (diff) | |
download | illumos-joyent-9452abceb6be5f4e936e05d2d09cf42d4b85256b.tar.gz |
[illumos-gate merge]
commit cb2bfa207c033ee7d25890c8c31a9010f332fe48
12112 devfsadm: cast between incompatible function types
commit 064d16273d15bf6b8ef164ed9d00a767e2fcd0ed
12130 nfs/statd: cast between incompatible function types
commit f7afc1fdb20343a25c4d88d6e7004d102e4c3e38
12135 ECRC PCIe errors shouldn't be fatal
12136 Want hook to disable PCIe link monitoring
12134 Capture PCIe aspm status
commit 07493f32b693ae8ddef96861c721ea94eb66b126
12118 system/library/install has gone
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); |