1124N/Adiff --git a/record/record.c b/record/record.c
1351N/Aindex f3a26a7..6d79de4 100644
1124N/A--- a/record/record.c
1124N/A+++ b/record/record.c
1351N/A@@ -1393,6 +1393,9 @@ typedef struct {
1276N/A short first, last; /* if for extension, major opcode interval */
1088N/A } SetInfoRec, *SetInfoPtr;
1088N/A
1088N/A+#undef ERR /* protect against #define ERR in <sys/regset.h> on Solaris x86,
1088N/A+ which gets included indirectly via #include <stdlib.h> */
1088N/A+
1088N/A /* These constant are used to index into an array of SetInfoRec. */
1276N/A enum { REQ, /* set info for requests */
1276N/A REP, /* set info for replies */