Print this page
patch fix-mdb

@@ -45,13 +45,12 @@
         uchar_t         fsi_panic;      /* thread called panic() */
         uchar_t         fsi_max_depth;  /* stack frames available */
 } findstack_info_t;
 
 #define FSI_FAIL_BADTHREAD      1
-#define FSI_FAIL_NOTINMEMORY    2
-#define FSI_FAIL_THREADCORRUPT  3
-#define FSI_FAIL_STACKNOTFOUND  4
+#define FSI_FAIL_THREADCORRUPT  2
+#define FSI_FAIL_STACKNOTFOUND  3
 
 typedef struct stacks_module {
         char            sm_name[MAXPATHLEN]; /* name of module */
         uintptr_t       sm_text;        /* base address of text in module */
         size_t          sm_size;        /* size of text in module */