diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-03 03:18:40 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-03 03:18:40 +0000 |
commit | 53d4bbec5b7cd0e79c925fa552901a710de6f099 (patch) | |
tree | 6062998e436b4601c4450e6d34286fccaad4d4f3 /emulators/qemu/files/patch-vl.c | |
parent | Update port: games/crimson fix WWW (diff) |
Update to 2005-11-30 snapshot.
PR: ports/ports/89816
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Diffstat (limited to 'emulators/qemu/files/patch-vl.c')
-rw-r--r-- | emulators/qemu/files/patch-vl.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/qemu/files/patch-vl.c b/emulators/qemu/files/patch-vl.c index 5eff6568373b..adf052460e28 100644 --- a/emulators/qemu/files/patch-vl.c +++ b/emulators/qemu/files/patch-vl.c @@ -1,16 +1,5 @@ --- vl.c.orig Mon Nov 14 15:55:56 2005 +++ vl.c Mon Nov 14 15:57:25 2005 -@@ -40,6 +40,10 @@ - #include <sys/socket.h> - #include <netinet/in.h> - #include <dirent.h> -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <libutil.h> -+#endif - #ifdef _BSD - #include <sys/stat.h> - #ifndef __APPLE__ @@ -1363,7 +1367,7 @@ return chr; } |