On Thu, 2007-11-29 at 12:29 +0100, Stefan Reinauer wrote: > Alex Beregszaszi wrote: > > On Wed, 2007-09-12 at 22:02 +0200, Alex Beregszaszi wrote: > > > >> Hi, > >> > >> the subject says it all. > >> > >> The missing header in udelay.c was added a few days ago, this should not > >> be missed. > >> > > > > Attached patch fixes it. According to svn blame, initial author was the > > user ollie. > > > > Ollie checked in code written by me, see > http://tracker.linuxbios.org/trac/LinuxBIOS/log/trunk?rev=2111 > > So it's (C) coresystems GmbH
Okay, this one? -- Alex
Signed-off-by: Alex Beregszaszi <[EMAIL PROTECTED]> Index: layout.c =================================================================== --- layout.c (revision 2988) +++ layout.c (working copy) @@ -1,3 +1,23 @@ +/* + * This file is part of the flashrom project. + * + * Copyright (C) 2005 coresystems GmbH + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include <stdio.h> #include <stdlib.h> #include <string.h>
-- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios