diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2008-12-06 00:47:52 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2008-12-06 00:47:52 +0000 |
commit | 50da6a7568fce14e39c316160232c355210a6fc8 (patch) | |
tree | 86faafb3f369db39592d3aa4c36675b005d2e739 /devel/libx86/files/patch-thunk.c | |
parent | vbetool is a small application that executes code from the BIOS of your (diff) |
A minor style tweak in a patch file.
Notes
Notes:
svn path=/head/; revision=223836
Diffstat (limited to 'devel/libx86/files/patch-thunk.c')
-rw-r--r-- | devel/libx86/files/patch-thunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libx86/files/patch-thunk.c b/devel/libx86/files/patch-thunk.c index f55155b80473..13d868c5bd32 100644 --- a/devel/libx86/files/patch-thunk.c +++ b/devel/libx86/files/patch-thunk.c @@ -4,7 +4,7 @@ #include <unistd.h> #include <stdlib.h> #include <sys/mman.h> -+#if 0 ++#ifndef __FreeBSD__ #include <sys/io.h> +#endif #include <string.h> |