From 29c03d97ee6222f50c8f200b8165b7351e4437be Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 4 Apr 2009 16:08:47 -0700 Subject: [PATCH] syslinux.ld: fix comment syntax Fix build failure due to incorrect comment syntax in syslinux.ld. Signed-off-by: H. Peter Anvin --- core/syslinux.ld | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/core/syslinux.ld b/core/syslinux.ld index a7212f3..6f7f5a7 100644 --- a/core/syslinux.ld +++ b/core/syslinux.ld @@ -1,15 +1,15 @@ -## ----------------------------------------------------------------------- -## -## Copyright 2008-2009 H. Peter Anvin - All Rights Reserved -## Copyright 2009 Intel Corporation; author: H. Peter Anvin -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, -## Boston MA 02110-1301, USA; either version 2 of the License, or -## (at your option) any later version; incorporated herein by reference. -## -## ----------------------------------------------------------------------- +/* ----------------------------------------------------------------------- + * + * Copyright 2008-2009 H. Peter Anvin - All Rights Reserved + * Copyright 2009 Intel Corporation; author: H. Peter Anvin + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston MA 02110-1301, USA; either version 2 of the License, or + * (at your option) any later version; incorporated herein by reference. + * + * ----------------------------------------------------------------------- */ /* * Linker script for the SYSLINUX core -- 2.7.4