Module Name:    src
Committed By:   darran
Date:           Mon Feb 22 10:59:08 UTC 2010

Modified Files:
        src/external/bsd/libelf/dist: elf_begin.c

Log Message:
Get rid of extra include files added while debugging the toolchain build
problem.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/libelf/dist/elf_begin.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/libelf/dist/elf_begin.c
diff -u src/external/bsd/libelf/dist/elf_begin.c:1.5 src/external/bsd/libelf/dist/elf_begin.c:1.6
--- src/external/bsd/libelf/dist/elf_begin.c:1.5	Mon Feb 22 10:48:32 2010
+++ src/external/bsd/libelf/dist/elf_begin.c	Mon Feb 22 10:59:08 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: elf_begin.c,v 1.5 2010/02/22 10:48:32 darran Exp $	*/
+/*	$NetBSD: elf_begin.c,v 1.6 2010/02/22 10:59:08 darran Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -38,9 +38,6 @@
 #include <sys/stat.h>
 
 #include <ar.h>
-#include <ctype.h>
-#include <db.h>
-#include <err.h>
 #include <err.h>
 #include <errno.h>
 #include <libelf.h>

Reply via email to