Module Name:    src
Committed By:   enami
Date:           Wed Aug  3 00:22:05 UTC 2011

Modified Files:
        src/sys/sys: exec_elf.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/sys/sys/exec_elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/exec_elf.h
diff -u src/sys/sys/exec_elf.h:1.116 src/sys/sys/exec_elf.h:1.117
--- src/sys/sys/exec_elf.h:1.116	Tue Aug  2 16:44:01 2011
+++ src/sys/sys/exec_elf.h	Wed Aug  3 00:22:05 2011
@@ -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.

Reply via email to