tadd some more RF things for linux. - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 9e8eb69254ce76ff641839cb8c4afbaba4ab1e44
DIR parent b214663d3454a2f81b418dde4b764f03563c91fb
HTML Author: rsc <devnull@localhost>
Date: Fri, 9 Jan 2004 00:06:44 +0000
add some more RF things for linux.
Diffstat:
M include/lib9.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
DIR diff --git a/include/lib9.h b/include/lib9.h
t@@ -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) */