From b51e653dd4e91f1d1e22e1f0008e6c08d3b22d01 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Fri, 25 Jul 2014 15:35:05 +0200 Subject: [PATCH] Dropping unused INT86_REG86 macro Change-Id: Ic7949339f192487fb9c6d2f6f62b91cc4858f9ad --- include/minix/com.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/minix/com.h b/include/minix/com.h index 98eba5556..5e3e79536 100644 --- a/include/minix/com.h +++ b/include/minix/com.h @@ -355,9 +355,6 @@ /* Flags for PR_FORK_FLAGS. */ #define PFF_VMINHIBIT 0x01 /* Don't schedule until release by VM. */ -/* Field names for SYS_INT86 */ -#define INT86_REG86 m1_p1 /* pointer to registers */ - /* SYS_SAFEMEMSET */ #define SMS_DST m2_i1 /* dst endpoint */ #define SMS_GID m2_i3 /* grant id */ -- 2.44.0