This was clearly not tested on an ELF system...

This commit is contained in:
pvalchev 2002-09-25 07:09:53 +00:00
parent c9e38558c0
commit 9f5bb51dae

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_file_file_c,v 1.1 2002/09/25 07:09:53 pvalchev Exp $
--- src/file/file.c.orig Sat Mar 23 15:06:39 2002
+++ src/file/file.c Wed Sep 25 00:36:22 2002
@@ -44,7 +44,7 @@ static char *moduleid =
#include <unistd.h> /* for read() */
#ifdef __ELF__
-#include <elf.h>
+#include <link_elf.h>
#endif
#include "patchlevel.h"