From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28969 invoked by alias); 9 Apr 2004 16:31:06 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 28935 invoked from network); 9 Apr 2004 16:31:05 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.113.248) by sources.redhat.com with SMTP; 9 Apr 2004 16:31:05 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i39GV4M0000948 for ; Fri, 9 Apr 2004 18:31:04 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i39GV4d0026609 for ; Fri, 9 Apr 2004 18:31:04 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i39GV43L026606; Fri, 9 Apr 2004 18:31:04 +0200 (CEST) Date: Fri, 09 Apr 2004 16:31:00 -0000 Message-Id: <200404091631.i39GV43L026606@elgar.kettenis.dyndns.org> From: Mark Kettenis To: gdb-patches@sources.redhat.com Subject: [PATCH] X-SW-Source: 2004-04/txt/msg00220.txt.bz2 Committed, Mark Index: ChangeLog from Mark Kettenis * i386-linux-nat.c: Update copyrigth year. Tweak comment. Index: i386-linux-nat.c =================================================================== RCS file: /cvs/src/src/gdb/i386-linux-nat.c,v retrieving revision 1.54 diff -u -p -r1.54 i386-linux-nat.c --- i386-linux-nat.c 26 Dec 2003 15:42:58 -0000 1.54 +++ i386-linux-nat.c 9 Apr 2004 16:29:47 -0000 @@ -1,6 +1,6 @@ -/* Native-dependent code for GNU/Linux x86. +/* Native-dependent code for GNU/Linux i386. - Copyright 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GDB.