ports/emulators/dlx/files/patch-trap.c
Ying-Chieh Liao 184d169376 fix build on -current
PR:		43258
Submitted by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>
2002-09-28 05:51:31 +00:00

10 lines
252 B
C

--- dlxsim/trap.c.orig Sat Sep 28 12:56:28 2002
+++ dlxsim/trap.c Sat Sep 28 12:56:34 2002
@@ -26,7 +26,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <values.h>
#include <tcl.h>
#include <sys/errno.h>
#include "asm.h"