mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
12 lines
332 B
C++
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
|