diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 15:26:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 15:26:31 +0000 |
commit | 37d72d6a7ccaddcadb0552db8b9b53001e50a40e (patch) | |
tree | 562088198d92487fa8d4ec5c6f646094c156994c /net/pvm/files/patch-src-global.h | |
parent | This is an implementation of iSCSI target, the server-side of ISCSI protocol, (diff) |
- Fix build with gcc41
PR: ports/104113
Submitted by: trasz
Diffstat (limited to 'net/pvm/files/patch-src-global.h')
-rw-r--r-- | net/pvm/files/patch-src-global.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/pvm/files/patch-src-global.h b/net/pvm/files/patch-src-global.h new file mode 100644 index 000000000000..76af7091cf6a --- /dev/null +++ b/net/pvm/files/patch-src-global.h @@ -0,0 +1,11 @@ +--- src/global.h.orig Sat Oct 7 16:39:39 2006 ++++ src/global.h Sat Oct 7 16:40:05 2006 +@@ -318,6 +318,8 @@ + + /* General Trace Globals Declarations */ + ++#include "../include/pvmtev.h" ++ + extern struct Pvmtevdid pvmtevdidlist[]; + + extern struct Pvmtevinfo pvmtevinfo[]; |