diff options
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | node.h | 12 |
2 files changed, 1 insertions, 13 deletions
@@ -1 +1 @@ -gcc -DDEBUG -Wall -g -lnetfs -lfshelp -liohelp -lthreads -lports -lihash -lshouldbeinlibc -o nsmux nsmux.c node.c lnode.c ncache.c options.c lib.c 2>&1 | tee errors +gcc -DDEBUG -Wall -g -lnetfs -lfshelp -liohelp -lthreads -lports -lihash -lshouldbeinlibc -o nsmux nsmux.c node.c lnode.c ncache.c options.c lib.c magic.c trans.c 2>&1 | tee errors @@ -59,18 +59,6 @@ /*---------------------------------------------------------------------------*/ /*--------Types--------------------------------------------------------------*/ -/*A list element containing a port*/ -struct port_el -{ - /*the port */ - mach_port_t p; - - /*the next element in the list */ - struct port_el *next; -}; /*struct port_el */ -/*---------------------------------------------------------------------------*/ -typedef struct port_el port_el_t; -/*---------------------------------------------------------------------------*/ /*The user-defined node for libnetfs*/ struct netnode { |