ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/emulators/bochs/files/patch-iodev__network__slurp__compat.cc
Revision: 19022
Committed: Sat May 16 01:21:38 2015 UTC (8 years, 11 months ago) by laffer1
Content type: text/plain
File size: 314 byte(s)
Log Message:
bochs 2.6.7

File Contents

# Content
1 --- iodev/network/slirp/compat.cc.orig
2 +++ iodev/network/slirp/compat.cc
3 @@ -127,6 +127,8 @@
4 #define CONFIG_SMBD_COMMAND "/usr/sbin/smbd"
5
6 #include <pwd.h>
7 +#include <sys/types.h>
8 +#include <sys/wait.h>
9
10 /* automatic user mode samba server configuration */
11 void slirp_smb_cleanup(Slirp *s, char *smb_tmpdir)

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain