Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/libelf/dist <sys/errno.h> -> <errno.h>



details:   https://anonhg.NetBSD.org/src/rev/de5615dbd3db
branches:  trunk
changeset: 750151:de5615dbd3db
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Dec 19 06:22:25 2009 +0000

description:
<sys/errno.h> -> <errno.h>

diffstat:

 external/bsd/libelf/dist/elf_begin.c       |  6 +++---
 external/bsd/libelf/dist/libelf_allocate.c |  7 +++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (50 lines):

diff -r 383dee8379ee -r de5615dbd3db external/bsd/libelf/dist/elf_begin.c
--- a/external/bsd/libelf/dist/elf_begin.c      Sat Dec 19 05:55:37 2009 +0000
+++ b/external/bsd/libelf/dist/elf_begin.c      Sat Dec 19 06:22:25 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: elf_begin.c,v 1.1.1.1 2009/12/19 05:43:39 thorpej Exp $        */
+/*     $NetBSD: elf_begin.c,v 1.2 2009/12/19 06:22:25 thorpej Exp $    */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,15 +28,15 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/elf_begin.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: elf_begin.c,v 1.1.1.1 2009/12/19 05:43:39 thorpej Exp $");
+__RCSID("$NetBSD: elf_begin.c,v 1.2 2009/12/19 06:22:25 thorpej Exp $");
 
 #include <sys/types.h>
-#include <sys/errno.h>
 #include <sys/mman.h>
 #include <sys/stat.h>
 
 #include <ar.h>
 #include <ctype.h>
+#include <errno.h>
 #include <libelf.h>
 
 #include "_libelf.h"
diff -r 383dee8379ee -r de5615dbd3db external/bsd/libelf/dist/libelf_allocate.c
--- a/external/bsd/libelf/dist/libelf_allocate.c        Sat Dec 19 05:55:37 2009 +0000
+++ b/external/bsd/libelf/dist/libelf_allocate.c        Sat Dec 19 06:22:25 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: libelf_allocate.c,v 1.2 2009/12/19 05:55:37 thorpej Exp $      */
+/*     $NetBSD: libelf_allocate.c,v 1.3 2009/12/19 06:22:25 thorpej Exp $      */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -32,11 +32,10 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/libelf_allocate.c,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: libelf_allocate.c,v 1.2 2009/12/19 05:55:37 thorpej Exp $");
-
-#include <sys/errno.h>
+__RCSID("$NetBSD: libelf_allocate.c,v 1.3 2009/12/19 06:22:25 thorpej Exp $");
 
 #include <assert.h>
+#include <errno.h>
 #include <libelf.h>
 #include <stdlib.h>
 #include <string.h>



Home | Main Index | Thread Index | Old Index