chiark
/
gitweb
/
~mdw
/
fwd
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make the filename syntax more palatable.
[fwd]
/
un.c
diff --git
a/un.c
b/un.c
index c0e62ca27dae819f1bcb4f4eebdd23ab8ca35839..c1e1e4db68c44454cf2944532b3635b5bce7d862 100644
(file)
--- a/
un.c
+++ b/
un.c
@@
-47,7
+47,7
@@
static addr *un_read(scanner *sc, unsigned type)
dstr d = DSTR_INIT;
un_addr *ua;
- conf_
name(sc, '/'
, &d);
+ conf_
fname(sc
, &d);
ua = xmalloc(sizeof(addr) +
offsetof(struct sockaddr_un, sun_path) +
d.len + 1);