diff options
author | rsc <devnull@localhost> | 2004-01-09 00:04:55 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-01-09 00:04:55 +0000 |
commit | b214663d3454a2f81b418dde4b764f03563c91fb (patch) | |
tree | 08e64a9dfbe1c2f2c064a8f1bcb3131fd1c90ce4 /include | |
parent | d0bc889a8aa8cd80ec5a048b5825c82bd34edefb (diff) | |
download | plan9port-b214663d3454a2f81b418dde4b764f03563c91fb.tar.gz plan9port-b214663d3454a2f81b418dde4b764f03563c91fb.tar.bz2 plan9port-b214663d3454a2f81b418dde4b764f03563c91fb.zip |
linux diffs.
Diffstat (limited to 'include')
-rw-r--r-- | include/mux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mux.h b/include/mux.h index c43ce797..b8d242c8 100644 --- a/include/mux.h +++ b/include/mux.h @@ -22,7 +22,7 @@ struct Mux void *aux; /* for private use by client */ /* private */ - QLock lk; + QLock lk; /* must be first for muxinit */ QLock inlk; QLock outlk; Rendez tagrend; |