Remove duplicated include of <sys/types.h>
Fixes bin/25062.
This commit is contained in:
parent
0c58031127
commit
3ee69bb240
@ -1,10 +1,9 @@
|
|||||||
/* $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
|
* rtld entry pseudo code - turn into assembler and tweak it
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <a.out.h>
|
#include <a.out.h>
|
||||||
#include "link.h"
|
#include "link.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user