Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ld.aout_so Remove duplicated include of <sys/types.h>



details:   https://anonhg.NetBSD.org/src/rev/43ae9c4c08c3
branches:  trunk
changeset: 565379:43ae9c4c08c3
user:      veego <veego%NetBSD.org@localhost>
date:      Mon Apr 05 19:27:01 2004 +0000

description:
Remove duplicated include of <sys/types.h>
Fixes bin/25062.

diffstat:

 libexec/ld.aout_so/md-prologue.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r b15620e3790c -r 43ae9c4c08c3 libexec/ld.aout_so/md-prologue.c
--- a/libexec/ld.aout_so/md-prologue.c  Mon Apr 05 17:52:16 2004 +0000
+++ b/libexec/ld.aout_so/md-prologue.c  Mon Apr 05 19:27:01 2004 +0000
@@ -1,11 +1,10 @@
-/*     $NetBSD: md-prologue.c,v 1.2 1996/07/03 03:31:56 thorpej Exp $  */
+/*     $NetBSD: md-prologue.c,v 1.3 2004/04/05 19:27:01 veego Exp $    */
 
 /*
  * rtld entry pseudo code - turn into assembler and tweak it
  */
 
 #include <sys/types.h>
-#include <sys/types.h>
 #include <a.out.h>
 #include "link.h"
 #include "md.h"



Home | Main Index | Thread Index | Old Index