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/limits.h> -> <limits.h>



details:   https://anonhg.NetBSD.org/src/rev/6575715c665e
branches:  trunk
changeset: 750152:6575715c665e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Dec 19 06:39:29 2009 +0000

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

diffstat:

 external/bsd/libelf/dist/gelf_cap.c      |  7 +++----
 external/bsd/libelf/dist/gelf_dyn.c      |  7 +++----
 external/bsd/libelf/dist/gelf_ehdr.c     |  7 +++----
 external/bsd/libelf/dist/gelf_move.c     |  7 +++----
 external/bsd/libelf/dist/gelf_phdr.c     |  7 +++----
 external/bsd/libelf/dist/gelf_rel.c      |  7 +++----
 external/bsd/libelf/dist/gelf_rela.c     |  7 +++----
 external/bsd/libelf/dist/gelf_shdr.c     |  7 +++----
 external/bsd/libelf/dist/gelf_sym.c      |  7 +++----
 external/bsd/libelf/dist/gelf_syminfo.c  |  7 +++----
 external/bsd/libelf/dist/gelf_symshndx.c |  7 +++----
 11 files changed, 33 insertions(+), 44 deletions(-)

diffs (253 lines):

diff -r de5615dbd3db -r 6575715c665e external/bsd/libelf/dist/gelf_cap.c
--- a/external/bsd/libelf/dist/gelf_cap.c       Sat Dec 19 06:22:25 2009 +0000
+++ b/external/bsd/libelf/dist/gelf_cap.c       Sat Dec 19 06:39:29 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gelf_cap.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $ */
+/*     $NetBSD: gelf_cap.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $     */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,11 +28,10 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_cap.c,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_cap.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $");
-
-#include <sys/limits.h>
+__RCSID("$NetBSD: gelf_cap.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
+#include <limits.h>
 #include <gelf.h>
 #include <osreldate.h>
 
diff -r de5615dbd3db -r 6575715c665e external/bsd/libelf/dist/gelf_dyn.c
--- a/external/bsd/libelf/dist/gelf_dyn.c       Sat Dec 19 06:22:25 2009 +0000
+++ b/external/bsd/libelf/dist/gelf_dyn.c       Sat Dec 19 06:39:29 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gelf_dyn.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $ */
+/*     $NetBSD: gelf_dyn.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $     */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,11 +28,10 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_dyn.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_dyn.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $");
-
-#include <sys/limits.h>
+__RCSID("$NetBSD: gelf_dyn.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
+#include <limits.h>
 #include <gelf.h>
 
 #include "_libelf.h"
diff -r de5615dbd3db -r 6575715c665e external/bsd/libelf/dist/gelf_ehdr.c
--- a/external/bsd/libelf/dist/gelf_ehdr.c      Sat Dec 19 06:22:25 2009 +0000
+++ b/external/bsd/libelf/dist/gelf_ehdr.c      Sat Dec 19 06:39:29 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gelf_ehdr.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $        */
+/*     $NetBSD: gelf_ehdr.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $    */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,11 +28,10 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_ehdr.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_ehdr.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $");
-
-#include <sys/limits.h>
+__RCSID("$NetBSD: gelf_ehdr.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
+#include <limits.h>
 #include <gelf.h>
 #include <libelf.h>
 #include <string.h>
diff -r de5615dbd3db -r 6575715c665e external/bsd/libelf/dist/gelf_move.c
--- a/external/bsd/libelf/dist/gelf_move.c      Sat Dec 19 06:22:25 2009 +0000
+++ b/external/bsd/libelf/dist/gelf_move.c      Sat Dec 19 06:39:29 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gelf_move.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $        */
+/*     $NetBSD: gelf_move.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $    */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,11 +28,10 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_move.c,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_move.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $");
-
-#include <sys/limits.h>
+__RCSID("$NetBSD: gelf_move.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
+#include <limits.h>
 #include <gelf.h>
 #include <osreldate.h>
 
diff -r de5615dbd3db -r 6575715c665e external/bsd/libelf/dist/gelf_phdr.c
--- a/external/bsd/libelf/dist/gelf_phdr.c      Sat Dec 19 06:22:25 2009 +0000
+++ b/external/bsd/libelf/dist/gelf_phdr.c      Sat Dec 19 06:39:29 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gelf_phdr.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $        */
+/*     $NetBSD: gelf_phdr.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $    */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,11 +28,10 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_phdr.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_phdr.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $");
-
-#include <sys/limits.h>
+__RCSID("$NetBSD: gelf_phdr.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <gelf.h>
+#include <limits.h>
 #include <libelf.h>
 
 #include "_libelf.h"
diff -r de5615dbd3db -r 6575715c665e external/bsd/libelf/dist/gelf_rel.c
--- a/external/bsd/libelf/dist/gelf_rel.c       Sat Dec 19 06:22:25 2009 +0000
+++ b/external/bsd/libelf/dist/gelf_rel.c       Sat Dec 19 06:39:29 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gelf_rel.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $ */
+/*     $NetBSD: gelf_rel.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $     */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,11 +28,10 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_rel.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_rel.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $");
-
-#include <sys/limits.h>
+__RCSID("$NetBSD: gelf_rel.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
+#include <limits.h>
 #include <gelf.h>
 
 #include "_libelf.h"
diff -r de5615dbd3db -r 6575715c665e external/bsd/libelf/dist/gelf_rela.c
--- a/external/bsd/libelf/dist/gelf_rela.c      Sat Dec 19 06:22:25 2009 +0000
+++ b/external/bsd/libelf/dist/gelf_rela.c      Sat Dec 19 06:39:29 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gelf_rela.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $        */
+/*     $NetBSD: gelf_rela.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $    */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,11 +28,10 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_rela.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_rela.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $");
-
-#include <sys/limits.h>
+__RCSID("$NetBSD: gelf_rela.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
+#include <limits.h>
 #include <gelf.h>
 
 #include "_libelf.h"
diff -r de5615dbd3db -r 6575715c665e external/bsd/libelf/dist/gelf_shdr.c
--- a/external/bsd/libelf/dist/gelf_shdr.c      Sat Dec 19 06:22:25 2009 +0000
+++ b/external/bsd/libelf/dist/gelf_shdr.c      Sat Dec 19 06:39:29 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gelf_shdr.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $        */
+/*     $NetBSD: gelf_shdr.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $    */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,11 +28,10 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_shdr.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_shdr.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $");
-
-#include <sys/limits.h>
+__RCSID("$NetBSD: gelf_shdr.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
+#include <limits.h>
 #include <gelf.h>
 #include <libelf.h>
 
diff -r de5615dbd3db -r 6575715c665e external/bsd/libelf/dist/gelf_sym.c
--- a/external/bsd/libelf/dist/gelf_sym.c       Sat Dec 19 06:22:25 2009 +0000
+++ b/external/bsd/libelf/dist/gelf_sym.c       Sat Dec 19 06:39:29 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gelf_sym.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $ */
+/*     $NetBSD: gelf_sym.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $     */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,11 +28,10 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_sym.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_sym.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $");
-
-#include <sys/limits.h>
+__RCSID("$NetBSD: gelf_sym.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
+#include <limits.h>
 #include <gelf.h>
 
 #include "_libelf.h"
diff -r de5615dbd3db -r 6575715c665e external/bsd/libelf/dist/gelf_syminfo.c
--- a/external/bsd/libelf/dist/gelf_syminfo.c   Sat Dec 19 06:22:25 2009 +0000
+++ b/external/bsd/libelf/dist/gelf_syminfo.c   Sat Dec 19 06:39:29 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gelf_syminfo.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $     */
+/*     $NetBSD: gelf_syminfo.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,11 +28,10 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_syminfo.c,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_syminfo.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $");
-
-#include <sys/limits.h>
+__RCSID("$NetBSD: gelf_syminfo.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
+#include <limits.h>
 #include <gelf.h>
 #include <osreldate.h>
 
diff -r de5615dbd3db -r 6575715c665e external/bsd/libelf/dist/gelf_symshndx.c
--- a/external/bsd/libelf/dist/gelf_symshndx.c  Sat Dec 19 06:22:25 2009 +0000
+++ b/external/bsd/libelf/dist/gelf_symshndx.c  Sat Dec 19 06:39:29 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gelf_symshndx.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $    */
+/*     $NetBSD: gelf_symshndx.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $        */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,11 +28,10 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_symshndx.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_symshndx.c,v 1.1.1.1 2009/12/19 05:43:40 thorpej Exp $");
-
-#include <sys/limits.h>
+__RCSID("$NetBSD: gelf_symshndx.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
+#include <limits.h>
 #include <gelf.h>
 
 #include "_libelf.h"



Home | Main Index | Thread Index | Old Index