Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Replace the word `NetBSD' with `SuSE' in the rest of...



details:   https://anonhg.NetBSD.org/src/rev/81771717828d
branches:  trunk
changeset: 767903:81771717828d
user:      enami <enami%NetBSD.org@localhost>
date:      Wed Aug 03 00:22:05 2011 +0000

description:
Replace the word `NetBSD' with `SuSE' in the rest of comments
for the cpp macro constatnt ELF_NOTE_SUSE_*.

diffstat:

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

diffs (22 lines):

diff -r 166de57d3681 -r 81771717828d sys/sys/exec_elf.h
--- a/sys/sys/exec_elf.h        Tue Aug 02 21:23:24 2011 +0000
+++ b/sys/sys/exec_elf.h        Wed Aug 03 00:22:05 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_elf.h,v 1.116 2011/08/02 16:44:01 christos Exp $  */
+/*     $NetBSD: exec_elf.h,v 1.117 2011/08/03 00:22:05 enami Exp $     */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -808,10 +808,10 @@
  * descsz: 8
  */
 #define        ELF_NOTE_TYPE_SUSE_TAG          0x45537553      /* SuSE in LE */
-/* NetBSD-specific note name and description sizes */
+/* SuSE-specific note name and description sizes */
 #define        ELF_NOTE_SUSE_NAMESZ            8
 #define        ELF_NOTE_SUSE_DESCSZ            8
-/* NetBSD-specific note name */
+/* SuSE-specific note name */
 #define        ELF_NOTE_SUSE_NAME              "SuSE\0\0\0\0"
 
 /* NetBSD-specific note type: Emulation name.



Home | Main Index | Thread Index | Old Index