Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2005 00:01:20 GMT
From:      "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/80741: [PATCH] Update for comment in sys/sys/imgact_aout.h
Message-ID:  <200505080001.j4801KVJ040277@freebsd.czest.pl>
Resent-Message-ID: <200505080000.j4800J13069491@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         80741
>Category:       kern
>Synopsis:       [PATCH] Update for comment in sys/sys/imgact_aout.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 08 00:00:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Wojciech A. Koszek
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD dunstan.freebsd.czest.pl 5.4-STABLE FreeBSD 5.4-STABLE #4: Sat May 7 14:30:57 CEST 2005 root@dunstan.freebsd.czest.pl:/usr/obj/usr/src/sys/HOME8 i386


>Description:
Macros for a.out magic number manipulation are no longer in a.out.h. There
are definced in the same file.

>How-To-Repeat:

>Fix:
Patch [diff.0.imgact_aout.h] corrects this comment.

--- diff.0.imgact_aout.h begins here ---
(c) 2005 <Wojciech A. Koszek dunstan^freebsd.czest.pl>

Patch against FreeBSD 5.4-STABLE, kern.osreldate: 504100.

diff -uprP /usr/src/sys/sys/imgact_aout.h src/sys/sys/imgact_aout.h
--- /usr/src/sys/sys/imgact_aout.h	Wed Sep  1 13:59:30 2004
+++ src/sys/sys/imgact_aout.h	Sat May  7 23:55:19 2005
@@ -106,7 +106,7 @@
 /*
  * Header prepended to each a.out file.
  * only manipulate the a_midmag field via the
- * N_SETMAGIC/N_GET{MAGIC,MID,FLAG} macros in a.out.h
+ * N_SETMAGIC/N_GET{MAGIC,MID,FLAG} macros.
  */
 
 struct exec {
--- diff.0.imgact_aout.h ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505080001.j4801KVJ040277>