From dunstan@freebsd.czest.pl  Sat May  7 23:51:16 2005
Return-Path: <dunstan@freebsd.czest.pl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 05B5016A4DD
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  7 May 2005 23:51:16 +0000 (GMT)
Received: from freebsd.czest.pl (silver.iplus.pl [80.48.250.4])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A6EF643D83
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  7 May 2005 23:51:14 +0000 (GMT)
	(envelope-from dunstan@freebsd.czest.pl)
Received: from freebsd.czest.pl (freebsd.czest.pl [80.48.250.4])
	by freebsd.czest.pl (8.12.10/8.12.9) with ESMTP id j4801Lvr040282
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 8 May 2005 00:01:21 GMT
	(envelope-from dunstan@freebsd.czest.pl)
Received: (from dunstan@localhost)
	by freebsd.czest.pl (8.12.10/8.12.9/Submit) id j4801KVJ040277;
	Sun, 8 May 2005 00:01:20 GMT
	(envelope-from dunstan)
Message-Id: <200505080001.j4801KVJ040277@freebsd.czest.pl>
Date: Sun, 8 May 2005 00:01:20 GMT
From: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
Reply-To: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Update for comment in sys/sys/imgact_aout.h
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 08 00:00:18 GMT 2005
>Closed-Date:    Wed May 11 11:00:43 GMT 2005
>Last-Modified:  Wed May 11 11:00:43 GMT 2005
>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:
State-Changed-From-To: open->patched 
State-Changed-By: maxim 
State-Changed-When: Sun May 8 01:48:42 GMT 2005 
State-Changed-Why:  
Fixed in HEAD, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80741 
State-Changed-From-To: patched->closed 
State-Changed-By: maxim 
State-Changed-When: Wed May 11 11:00:26 GMT 2005 
State-Changed-Why:  
Fixed in RELENG_5. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80741 
>Unformatted:
