projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d631703
)
(_hurd_set_host_config): Cast second arg to __file_name_split.
author
drepper
<drepper>
Sun, 16 Mar 1997 17:39:22 +0000
(17:39 +0000)
committer
drepper
<drepper>
Sun, 16 Mar 1997 17:39:22 +0000
(17:39 +0000)
hurd/set-host.c
patch
|
blob
|
history
diff --git
a/hurd/set-host.c
b/hurd/set-host.c
index
5c905d8
..
eee50fc
100644
(file)
--- a/
hurd/set-host.c
+++ b/
hurd/set-host.c
@@
-28,7
+28,7
@@
_hurd_set_host_config (const char *item, const char *value, size_t valuelen)
mach_msg_type_number_t nwrote;
file_t new, dir;
- dir = __file_name_split (item, &item);
+ dir = __file_name_split (item,
(char **)
&item);
if (dir == MACH_PORT_NULL)
return -1;