From vs@foldr.org  Sun Nov  3 11:54:03 2002
Return-Path: <vs@foldr.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4D3BD37B401; Sun,  3 Nov 2002 11:54:03 -0800 (PST)
Received: from lambda.foldr.org (lambda.foldr.org [198.78.66.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4887043E88; Sun,  3 Nov 2002 11:54:02 -0800 (PST)
	(envelope-from vs@foldr.org)
Received: from theater.dyndns.org (p3EE20266.dip.t-dialin.net [62.226.2.102])
	by lambda.foldr.org (8.12.3/8.11.6) with ESMTP id gA3JrbjN013735
	(using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK);
	Sun, 3 Nov 2002 20:53:39 +0100 (CET)
	(envelope-from vs@foldr.org)
Received: from monster.ikea.net (monster.ikea.net [10.0.0.3])
	by theater.dyndns.org (8.12.5/8.12.5) with ESMTP id gA3JrdWV003745
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK);
	Sun, 3 Nov 2002 20:53:39 +0100 (CET)
	(envelope-from vs@monster.ikea.net)
Received: (from vs@localhost)
	by monster.ikea.net (8.12.6/8.12.6/Submit) id gA3JrX3u001472;
	Sun, 3 Nov 2002 20:53:33 +0100 (CET)
	(envelope-from vs)
Message-Id: <200211031953.gA3JrX3u001472@monster.ikea.net>
Date: Sun, 3 Nov 2002 20:53:33 +0100 (CET)
From: Volker Stolz <vs@foldr.org>
Reply-To: Volker Stolz <vs@foldr.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: obraun@freebsd.org
Subject: [patch] x11-wm/aewm++: small GCC3 fix
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44856
>Category:       ports
>Synopsis:       [patch] x11-wm/aewm++: small GCC3 fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 03 12:00:10 PST 2002
>Closed-Date:    Sun Nov 03 16:49:37 PST 2002
>Last-Modified:  Sun Nov 03 16:49:37 PST 2002
>Originator:     Volker Stolz
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Lambda Core Research Facility
>Environment:
System: FreeBSD monster.ikea.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 17:47:39 CEST 2002 root@monster.ikea.net:/usr/obj/usr/src/sys/MONSTER i386


	
>Description:
Small fix to get aewm++ back up on -CURRENT.
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	files
#	files/patch-aewm.hh
#
echo c - files
mkdir -p files > /dev/null 2>&1
echo x - files/patch-aewm.hh
sed 's/^X//' >files/patch-aewm.hh << 'END-of-files/patch-aewm.hh'
X--- aewm.hh.orig	Sun Nov  3 20:45:59 2002
X+++ aewm.hh	Sun Nov  3 20:46:41 2002
X@@ -24,6 +24,8 @@
X #ifndef _AEWM_HH_
X #define _AEWM_HH_
X 
X+using namespace std;
X+
X #include <stdio.h>
X #include <unistd.h>
X #include <sys/wait.h>
END-of-files/patch-aewm.hh
exit
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: naddy 
State-Changed-When: Sun Nov 3 16:48:58 PST 2002 
State-Changed-Why:  
Committed, thanks. 

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