diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-06-07 11:16:42 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-06-07 11:16:42 +0000 |
commit | c1ff8a33c9b01457ad5aca3368eb833cc28211c2 (patch) | |
tree | b523ef6dd56840ba1b07abdc38af948e3f99f4c6 | |
parent | Update to v 1.2 (Apparently, setitahome now calls /usr/sbin/sendmail, so you (diff) |
Make this compiled on 64bit environment.
Notes
Notes:
svn path=/head/; revision=19291
-rw-r--r-- | devel/elftoaout/files/patch-aa | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/elftoaout/files/patch-aa b/devel/elftoaout/files/patch-aa index b351f87889b8..f8555266639a 100644 --- a/devel/elftoaout/files/patch-aa +++ b/devel/elftoaout/files/patch-aa @@ -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 + |