diff options
author | casper <none@none> | 2005-11-09 11:19:56 -0800 |
---|---|---|
committer | casper <none@none> | 2005-11-09 11:19:56 -0800 |
commit | 4bc0a2ef2b7ba50a7a717e7ddbf31472ad28e358 (patch) | |
tree | 8076ef765d7019096fce872c8359a5345dee3160 /usr/src/cmd/devfsadm/devfsadm_impl.h | |
parent | 205d86ae4bc9e661871ff365f59324d8c9b0108a (diff) | |
download | illumos-gate-4bc0a2ef2b7ba50a7a717e7ddbf31472ad28e358.tar.gz |
6346636 expunge readdir_r uses from Solaris
6346809 S_IFxxx is not a bitmask but our programmers don't know
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 3ea72ca908..d0f5703cf6 100644 --- a/usr/src/cmd/devfsadm/devfsadm_impl.h +++ b/usr/src/cmd/devfsadm/devfsadm_impl.h @@ -404,7 +404,7 @@ static void add_link_to_cache(char *devlink, char *physpath); static linkhead_t *get_cached_links(char *dir_re); static void build_devlink_list(char *check_link, void *data); static void instance_flush_thread(void); -static void s_rmdir(char *path); +static int s_rmdir(char *path); static void rm_parent_dir_if_empty(char *path); static void free_link_list(link_list_t *head); static void free_selector_list(selector_list_t *head); |