usr/src/uts/common/inet/ipclassifier.h
changeset 5023 e0c678e511a7
parent 4972 b6da5df14183
child 5240 e7599510dd03
--- a/usr/src/uts/common/inet/ipclassifier.h	Mon Sep 10 15:47:44 2007 -0700
+++ b/usr/src/uts/common/inet/ipclassifier.h	Tue Sep 11 04:26:06 2007 -0700
@@ -125,8 +125,8 @@
 typedef struct
 {
 	int	ctb_depth;
-#define	IP_STACK_DEPTH	15
-	pc_t	ctb_stack[IP_STACK_DEPTH];
+#define	CONN_STACK_DEPTH	15
+	pc_t	ctb_stack[CONN_STACK_DEPTH];
 } conn_trace_t;
 
 struct conn_s {