From 5a65349824bb70bb75d8e05a9f879b55af32309f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 19 Dec 2001 15:53:08 +0000 Subject: Update my email address. I am no longer andersen@lineo.com --- libc/sysdeps/linux/m68k/crt0.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'libc/sysdeps/linux/m68k/crt0.c') diff --git a/libc/sysdeps/linux/m68k/crt0.c b/libc/sysdeps/linux/m68k/crt0.c index 0498d06e1..3b6b2279b 100644 --- a/libc/sysdeps/linux/m68k/crt0.c +++ b/libc/sysdeps/linux/m68k/crt0.c @@ -1,10 +1,8 @@ -/* - * uClibc/sysdeps/linux/i386/crt0.S +/* vi: set sw=4 ts=4: */ +/* uClibc/sysdeps/linux/m68k/crt0.S * Pull stuff off the stack and get uClibc moving. * - * Copyright (C) 2001 by Lineo, inc. - * Written by Erik Andersen , - * who is very pleased he managed to do this entirely in C code. + * Copyright (C) 2000,2001 by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by @@ -19,7 +17,6 @@ * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ extern void __uClibc_main(int argc,void *argv,void *envp); -- cgit v1.2.3