--- src/sys/sys/file.h 2006/08/02 01:25:27 1.22 +++ src/sys/sys/file.h 2006/08/06 18:56:46 1.23 @@ -121,6 +121,7 @@ struct file { #define DTYPE_FIFO 4 /* fifo (named pipe) */ #define DTYPE_KQUEUE 5 /* event queue */ #define DTYPE_CRYPTO 6 /* crypto */ +#define DTYPE_SYSLINK 7 /* syslink */ LIST_HEAD(filelist, file);