Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/compat/ndis/Attic/ntoskrnl_var.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/ndis/Attic/ntoskrnl_var.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.7.12.1 diff -u -p -r1.7 -r1.7.12.1 --- src/sys/compat/ndis/Attic/ntoskrnl_var.h 2009/03/18 17:06:48 1.7 +++ src/sys/compat/ndis/Attic/ntoskrnl_var.h 2012/10/30 17:20:46 1.7.12.1 @@ -302,7 +302,7 @@ typedef struct nt_dispatch_header nt_dis /* TODO: What is the best way to do this? */ -int win_irql; +extern int win_irql; #define AT_DISPATCH_LEVEL(useless) \ (win_irql == DISPATCH_LEVEL)