+Thu Apr 14 07:01:56 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
+
+ * procfs.c (procfs_wait): Protect watchpoint code with appropriate
+ #ifdefs.
+
Wed Apr 13 14:52:46 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
* breakpoint.h (enum bptype): Add bp_hardware_watchpoint and
case FLTTRACE:
statval = (SIGTRAP << 8) | 0177;
break;
+#ifdef FLTWATCH
case FLTWATCH:
+ statval = (SIGTRAP << 8) | 0177;
+ break;
+#endif
+#ifdef FLTKWATCH
case FLTKWATCH:
statval = (SIGTRAP << 8) | 0177;
break;
+#endif
case FLTSTACK:
case FLTACCESS:
case FLTBOUNDS: