aboutsummaryrefslogtreecommitdiff
path: root/documentation/libelf-by-example/prog3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/libelf-by-example/prog3.txt')
-rw-r--r--documentation/libelf-by-example/prog3.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/libelf-by-example/prog3.txt b/documentation/libelf-by-example/prog3.txt
index 8d1b350bce68..0b49555ec5e1 100644
--- a/documentation/libelf-by-example/prog3.txt
+++ b/documentation/libelf-by-example/prog3.txt
@@ -1,7 +1,7 @@
/*
* Print the ELF Program Header Table in an ELF object.
*
- * $Id: prog3.txt 2133 2011-11-10 08:28:22Z jkoshy $
+ * $Id: prog3.txt 3686 2019-02-22 07:54:47Z jkoshy $
*/
#include <err.h>
@@ -11,7 +11,6 @@
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
-#include <vis.h>
void
print_ptype(size_t pt) @\co{7}@