From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZDzVs-0007d3-Lz for mharc-grub-devel@gnu.org; Sat, 11 Jul 2015 14:28:36 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDzVq-0007cA-N2 for grub-devel@gnu.org; Sat, 11 Jul 2015 14:28:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDzVn-0008DU-0l for grub-devel@gnu.org; Sat, 11 Jul 2015 14:28:34 -0400 Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]:34598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDzVm-0008Cs-R3 for grub-devel@gnu.org; Sat, 11 Jul 2015 14:28:30 -0400 Received: by wgkl9 with SMTP id l9so95412wgk.1 for ; Sat, 11 Jul 2015 11:28:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=cDsgn8YP+CeuMIIqg7+y0JWK0auVXJ4XomgogBJin6c=; b=DZNozmwBRxbF/92Tz4KVj8+YAafcObybs6YadAq8C5mfVEHcd71cBXSSLQNGD6T6Fz Z8/5cBYeS0j4gB/21+0Qi/ciHwBQnwXkWoiiw9goDyc8U09FVY06ZzJNefr+luI0sgcQ wjAYLrQLU12DjaeSvtozzdGoa3RItCU+Q/4pNmPU7147NSw0iljQhTn3a30Z9KFsLh4l 3i8TY7G7YhaKeJNDuTfKPuCYMvPuk+COZ/3lfejD/DiqsZ+OcqybKsjZpGp8KaMoTrF6 1GttLk9DsvQbzSF6wthceyllYCoOKYuX8UTkySXWempFRONIg2lWLcwEl0kzf5lGnoXI pXeQ== X-Received: by 10.180.23.8 with SMTP id i8mr8588467wif.39.1436639308823; Sat, 11 Jul 2015 11:28:28 -0700 (PDT) Received: from w970suw1.lan ([91.176.149.207]) by smtp.gmail.com with ESMTPSA id lq9sm19152863wjb.35.2015.07.11.11.28.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 11 Jul 2015 11:28:28 -0700 (PDT) From: Luc Van Rompaey To: The development of GNU GRUB Subject: [PATCH 1/4] update URL to bios_data_area.html on comment line Date: Sat, 11 Jul 2015 20:28:21 +0200 Message-Id: <1436639304-5365-2-git-send-email-luc.vanrompaey@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1436639304-5365-1-git-send-email-luc.vanrompaey@gmail.com> References: <1436639304-5365-1-git-send-email-luc.vanrompaey@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::234 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2015 18:28:35 -0000 The URL to the bios_data_area.html web page, as given on a comment line in the i386/pc/memory.h header file, is dead. Replace it with the new location of the page. --- include/grub/i386/pc/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/grub/i386/pc/memory.h b/include/grub/i386/pc/memory.h index d0c5c20..4ca947d 100644 --- a/include/grub/i386/pc/memory.h +++ b/include/grub/i386/pc/memory.h @@ -45,7 +45,7 @@ #ifndef ASM_FILE -/* See http://heim.ifi.uio.no/~stanisls/helppc/bios_data_area.html for a +/* See http://stanislavs.org/helppc/bios_data_area.html for a description of the BIOS Data Area layout. */ struct grub_machine_bios_data_area { -- 2.1.4