ports/graphics/hpoj/files/extra-patch-mlcd-ParPort.cpp
Oliver Braun 30f60ee03e Use libio on alpha (-STABLE & -CURRENT).
PR:		ports/52633
Submitted by:	maintainer
2003-06-01 08:06:38 +00:00

12 lines
332 B
C++

--- mlcd/ParPort.cpp.orig Sat May 24 08:03:20 2003
+++ mlcd/ParPort.cpp Sat May 24 08:03:48 2003
@@ -926,9 +926,6 @@
#elif defined(PAR_PLATFORM_FREEBSD)
#include <unistd.h>
#include <fcntl.h>
- extern "C" {
- #include <machine/cpufunc.h>
- }
#else
/* TODO: Handle these more gracefully! */
#error Undefined platform