1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

Make this compiled on 64bit environment.

This commit is contained in:
Hidetoshi Shimokawa 1999-06-07 11:16:42 +00:00
parent 20edd608a0
commit c1ff8a33c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19291

View File

@ -1,11 +1,12 @@
--- elftoaout.c~ Thu Jul 10 16:48:06 1997
+++ elftoaout.c Fri Jul 3 09:36:09 1998
@@ -9,7 +9,15 @@
@@ -9,7 +9,16 @@
#include <linux/elf.h>
#define ELFDATA2MSB 2
#else
-#include <sys/elf.h>
+#include <elf.h>
+#include <sys/elf32.h>
+#include <sys/elf64.h>
+#endif
+