Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Make this file possible to use again.



details:   https://anonhg.NetBSD.org/src/rev/0740f1d4d828
branches:  trunk
changeset: 482827:0740f1d4d828
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue Feb 22 16:36:29 2000 +0000

description:
Make this file possible to use again.

diffstat:

 sys/sys/exec_elf.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3446e1c234f3 -r 0740f1d4d828 sys/sys/exec_elf.h
--- a/sys/sys/exec_elf.h        Tue Feb 22 16:07:02 2000 +0000
+++ b/sys/sys/exec_elf.h        Tue Feb 22 16:36:29 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_elf.h,v 1.36 2000/02/22 13:57:23 kleink Exp $     */
+/*     $NetBSD: exec_elf.h,v 1.37 2000/02/22 16:36:29 augustss Exp $   */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -473,7 +473,7 @@
 #define        DT_FINI_ARRAYSZ 28      /* Size, in bytes, of DT_FINI_ARRAY array*/
 #define        DT_NUM          29
 
-#define        DT_LOOS         0x60000000      /* Operating system specific range *
+#define        DT_LOOS         0x60000000      /* Operating system specific range */
 #define        DT_HIOS         0x6fffffff
 #define        DT_LOPROC       0x70000000      /* Processor-specific range */
 #define        DT_HIPROC       0x7fffffff



Home | Main Index | Thread Index | Old Index