diff options
author | rsc <devnull@localhost> | 2004-01-09 00:06:44 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-01-09 00:06:44 +0000 |
commit | 9e8eb69254ce76ff641839cb8c4afbaba4ab1e44 (patch) | |
tree | 2e3b65fab6e75e4ea6f497875f41fd04c9ba799c | |
parent | b214663d3454a2f81b418dde4b764f03563c91fb (diff) | |
download | plan9port-9e8eb69254ce76ff641839cb8c4afbaba4ab1e44.tar.gz plan9port-9e8eb69254ce76ff641839cb8c4afbaba4ab1e44.tar.bz2 plan9port-9e8eb69254ce76ff641839cb8c4afbaba4ab1e44.zip |
add some more RF things for linux.
-rw-r--r-- | include/lib9.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/lib9.h b/include/lib9.h index de082499..a26de2d9 100644 --- a/include/lib9.h +++ b/include/lib9.h @@ -674,15 +674,15 @@ extern void freenetconninfo(NetConnInfo*); enum { -/* RFNAMEG = (1<<0), */ -/* RFENVG = (1<<1), */ + RFNAMEG = (1<<0), + RFENVG = (1<<1), RFFDG = (1<<2), RFNOTEG = (1<<3), RFPROC = (1<<4), RFMEM = (1<<5), RFNOWAIT = (1<<6), -/* RFCNAMEG = (1<<10), */ -/* RFCENVG = (1<<11), */ + RFCNAMEG = (1<<10), + RFCENVG = (1<<11), RFCFDG = (1<<12), /* RFREND = (1<<13), */ /* RFNOMNT = (1<<14) */ |