Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src netbsd.org->NetBSD.org



details:   https://anonhg.NetBSD.org/src/rev/bec15f700a38
branches:  trunk
changeset: 549959:bec15f700a38
user:      salo <salo%NetBSD.org@localhost>
date:      Sat Jul 26 19:24:24 2003 +0000

description:
netbsd.org->NetBSD.org

diffstat:

 lib/bumpversion                             |  4 ++--
 lib/csu/alpha/crt0.c                        |  6 +++---
 lib/csu/common_elf/common.c                 |  4 ++--
 lib/csu/common_elf/common.h                 |  4 ++--
 lib/csu/hppa/crt0.c                         |  6 +++---
 lib/csu/i386_elf/crt0.c                     |  6 +++---
 lib/csu/m68k_elf/crt0.c                     |  6 +++---
 lib/csu/powerpc/crt0.c                      |  6 +++---
 lib/csu/sh3_elf/crt0.c                      |  6 +++---
 lib/csu/sparc64/crt0.c                      |  6 +++---
 lib/csu/sparc_elf/crt0.c                    |  6 +++---
 lib/csu/vax_elf/crt0.c                      |  6 +++---
 lib/csu/x86_64/crt0.c                       |  6 +++---
 lib/libc/arch/alpha/gen/flt_rounds.c        |  4 ++--
 lib/libc/arch/alpha/gen/fpgetround.c        |  4 ++--
 lib/libc/arch/alpha/gen/fpsetround.c        |  4 ++--
 lib/libc/arch/alpha/string/ffs.S            |  4 ++--
 lib/libc/arch/i386/stdlib/div.S             |  6 +++---
 lib/libc/arch/i386/stdlib/ldiv.S            |  6 +++---
 lib/libc/arch/i386/string/bcmp.S            |  4 ++--
 lib/libc/arch/i386/string/bzero.S           |  4 ++--
 lib/libc/arch/i386/string/ffs.S             |  4 ++--
 lib/libc/arch/i386/string/index.S           |  4 ++--
 lib/libc/arch/i386/string/memchr.S          |  4 ++--
 lib/libc/arch/i386/string/memcmp.S          |  4 ++--
 lib/libc/arch/i386/string/memset.S          |  4 ++--
 lib/libc/arch/i386/string/rindex.S          |  4 ++--
 lib/libc/arch/i386/string/strcat.S          |  4 ++--
 lib/libc/arch/i386/string/strcmp.S          |  4 ++--
 lib/libc/arch/i386/string/strcpy.S          |  4 ++--
 lib/libc/arch/i386/string/strlen.S          |  4 ++--
 lib/libc/arch/i386/string/strncmp.S         |  4 ++--
 lib/libc/arch/i386/string/swab.S            |  4 ++--
 lib/libc/arch/m68k/string/strcmp.S          |  6 +++---
 lib/libc/arch/m68k/string/strncmp.S         |  6 +++---
 lib/libc/arch/powerpc/string/bzero.S        |  4 ++--
 lib/libc/arch/powerpc/string/ffs.S          |  4 ++--
 lib/libc/arch/powerpc/string/strlen.S       |  4 ++--
 lib/libc/arch/vax/sys/__sigtramp.S          |  4 ++--
 lib/libc/arch/x86_64/string/bzero.S         |  4 ++--
 lib/libc/arch/x86_64/string/ffs.S           |  4 ++--
 lib/libc/arch/x86_64/string/index.S         |  4 ++--
 lib/libc/arch/x86_64/string/memchr.S        |  4 ++--
 lib/libc/arch/x86_64/string/memcmp.S        |  4 ++--
 lib/libc/arch/x86_64/string/memset.S        |  4 ++--
 lib/libc/arch/x86_64/string/rindex.S        |  4 ++--
 lib/libc/arch/x86_64/string/strcat.S        |  4 ++--
 lib/libc/arch/x86_64/string/strcmp.S        |  4 ++--
 lib/libc/arch/x86_64/string/strcpy.S        |  4 ++--
 lib/libc/arch/x86_64/string/strlen.S        |  4 ++--
 lib/libc/arch/x86_64/string/strncmp.S       |  4 ++--
 lib/libc/arch/x86_64/string/swab.S          |  4 ++--
 lib/libc/compat-43/getdtablesize.c          |  6 +++---
 lib/libc/dlfcn/dlfcn_stubs.c                |  4 ++--
 lib/libc/gen/bswap16.c                      |  6 +++---
 lib/libc/gen/bswap32.c                      |  6 +++---
 lib/libc/gen/bswap64.c                      |  6 +++---
 lib/libc/gen/getprogname.3                  |  4 ++--
 lib/libc/gen/getprogname.c                  |  6 +++---
 lib/libc/gen/nlist_coff.c                   |  6 +++---
 lib/libc/gen/nlist_ecoff.c                  |  6 +++---
 lib/libc/gen/nlist_elf32.c                  |  4 ++--
 lib/libc/gen/nlist_elf64.c                  |  6 +++---
 lib/libc/gen/nlist_private.h                |  4 ++--
 lib/libc/gen/pw_private.h                   |  4 ++--
 lib/libc/gen/setproctitle.3                 |  4 ++--
 lib/libc/gen/setproctitle.c                 |  6 +++---
 lib/libc/gen/setprogname.c                  |  6 +++---
 lib/libc/gen/shquote.3                      |  4 ++--
 lib/libc/gen/shquote.c                      |  4 ++--
 lib/libc/gen/shquotev.c                     |  4 ++--
 lib/libc/gen/tolower_.c                     |  6 +++---
 lib/libc/gen/toupper_.c                     |  6 +++---
 lib/libc/locale/_def_messages.c             |  4 ++--
 lib/libc/locale/_def_monetary.c             |  4 ++--
 lib/libc/locale/_def_numeric.c              |  4 ++--
 lib/libc/locale/_def_time.c                 |  4 ++--
 lib/libc/locale/localeconv.c                |  6 +++---
 lib/libc/locale/nl_langinfo.3               |  4 ++--
 lib/libc/locale/nl_langinfo.c               |  6 +++---
 lib/libc/md/md2hl.c                         |  4 ++--
 lib/libc/md/md4hl.c                         |  4 ++--
 lib/libc/md/md5hl.c                         |  4 ++--
 lib/libc/md/mdXhl.c                         |  4 ++--
 lib/libc/net/htonl.c                        |  6 +++---
 lib/libc/net/htons.c                        |  6 +++---
 lib/libc/net/nsdispatch.3                   |  4 ++--
 lib/libc/net/ntohl.c                        |  6 +++---
 lib/libc/net/ntohs.c                        |  6 +++---
 lib/libc/nls/catclose.3                     |  4 ++--
 lib/libc/nls/catgets.3                      |  4 ++--
 lib/libc/nls/catopen.3                      |  4 ++--
 lib/libc/rpc/rpc_soc.3                      |  4 ++--
 lib/libc/rpc/xdr.c                          |  6 +++---
 lib/libc/softfloat/bits64/softfloat.c       |  6 +++---
 lib/libc/softfloat/softfloat-for-gcc.h      |  4 ++--
 lib/libc/stdlib/a64l.c                      |  4 ++--
 lib/libc/stdlib/hcreate.c                   |  6 +++---
 lib/libc/stdlib/l64a.c                      |  6 +++---
 lib/libc/stdlib/unsetenv.c                  |  4 ++--
 lib/libc/sys/makelintstub                   |  4 ++--
 lib/libc/sys/semctl.c                       |  6 +++---
 lib/libcompat/4.1/ftime.c                   |  6 +++---
 lib/libcompat/4.1/gtty.c                    |  6 +++---
 lib/libcompat/4.1/stty.c                    |  6 +++---
 lib/libform/type_ipv6.c                     |  6 +++---
 lib/libm/arch/i387/e_acos.S                 |  4 ++--
 lib/libm/arch/i387/e_asin.S                 |  4 ++--
 lib/libm/arch/i387/e_atan2.S                |  4 ++--
 lib/libm/arch/i387/e_atan2f.S               |  4 ++--
 lib/libm/arch/i387/e_expf.S                 |  4 ++--
 lib/libm/arch/i387/e_fmod.S                 |  4 ++--
 lib/libm/arch/i387/e_log.S                  |  4 ++--
 lib/libm/arch/i387/e_log10.S                |  4 ++--
 lib/libm/arch/i387/e_log10f.S               |  4 ++--
 lib/libm/arch/i387/e_logf.S                 |  4 ++--
 lib/libm/arch/i387/e_remainder.S            |  4 ++--
 lib/libm/arch/i387/e_remainderf.S           |  4 ++--
 lib/libm/arch/i387/e_scalb.S                |  4 ++--
 lib/libm/arch/i387/e_scalbf.S               |  4 ++--
 lib/libm/arch/i387/e_sqrt.S                 |  4 ++--
 lib/libm/arch/i387/e_sqrtf.S                |  4 ++--
 lib/libm/arch/i387/s_atan.S                 |  4 ++--
 lib/libm/arch/i387/s_atanf.S                |  4 ++--
 lib/libm/arch/i387/s_ceil.S                 |  4 ++--
 lib/libm/arch/i387/s_ceilf.S                |  4 ++--
 lib/libm/arch/i387/s_copysign.S             |  4 ++--
 lib/libm/arch/i387/s_copysignf.S            |  4 ++--
 lib/libm/arch/i387/s_cos.S                  |  4 ++--
 lib/libm/arch/i387/s_cosf.S                 |  4 ++--
 lib/libm/arch/i387/s_finite.S               |  4 ++--
 lib/libm/arch/i387/s_finitef.S              |  4 ++--
 lib/libm/arch/i387/s_floor.S                |  4 ++--
 lib/libm/arch/i387/s_floorf.S               |  4 ++--
 lib/libm/arch/i387/s_ilogb.S                |  4 ++--
 lib/libm/arch/i387/s_ilogbf.S               |  4 ++--
 lib/libm/arch/i387/s_log1p.S                |  4 ++--
 lib/libm/arch/i387/s_log1pf.S               |  4 ++--
 lib/libm/arch/i387/s_logb.S                 |  4 ++--
 lib/libm/arch/i387/s_logbf.S                |  4 ++--
 lib/libm/arch/i387/s_rint.S                 |  4 ++--
 lib/libm/arch/i387/s_rintf.S                |  4 ++--
 lib/libm/arch/i387/s_scalbn.S               |  4 ++--
 lib/libm/arch/i387/s_scalbnf.S              |  4 ++--
 lib/libm/arch/i387/s_significand.S          |  4 ++--
 lib/libm/arch/i387/s_significandf.S         |  4 ++--
 lib/libm/arch/i387/s_sin.S                  |  4 ++--
 lib/libm/arch/i387/s_sinf.S                 |  4 ++--
 lib/libm/arch/i387/s_tan.S                  |  4 ++--
 lib/libm/arch/i387/s_tanf.S                 |  4 ++--
 lib/libm/arch/mc68881/e_fmod.S              |  6 +++---
 lib/libm/arch/mc68881/e_remainder.S         |  6 +++---
 lib/libm/arch/mc68881/e_scalb.S             |  6 +++---
 lib/libm/src/s_infinity.c                   |  4 ++--
 lib/libm/src/s_isinf.c                      |  4 ++--
 lib/libm/src/s_isinff.c                     |  4 ++--
 lib/libpthread/arch/x86_64/_context_u.S     |  4 ++--
 lib/libpthread/arch/x86_64/pthread_md.h     |  4 ++--
 lib/libpthread/arch/x86_64/pthread_switch.S |  4 ++--
 lib/libpthread/pthread.3                    |  4 ++--
 lib/librpcsvc/rwall.x                       |  6 +++---
 lib/libusbhid/data.c                        |  6 +++---
 lib/libusbhid/descr.c                       |  6 +++---
 lib/libusbhid/parse.c                       |  6 +++---
 lib/libusbhid/usage.c                       |  6 +++---
 lib/libusbhid/usbhid.h                      |  4 ++--
 lib/libusbhid/usbvar.h                      |  4 ++--
 lib/libutil/pidlock.3                       |  4 ++--
 lib/libutil/pidlock.c                       |  6 +++---
 libexec/atrun/atrun.h                       |  4 ++--
 libexec/ftpd/ftpusers.5                     |  4 ++--
 libexec/ld.aout_so/ld.so.vax.uue            |  2 +-
 libexec/ld.elf_so/sysident.h                |  4 ++--
 libexec/makewhatis/makewhatis.8             |  6 +++---
 libexec/rpc.rwalld/rwalld.c                 |  6 +++---
 175 files changed, 401 insertions(+), 401 deletions(-)

diffs (truncated from 3371 to 300 lines):

diff -r d50d72fe5eec -r bec15f700a38 lib/bumpversion
--- a/lib/bumpversion   Sat Jul 26 18:41:26 2003 +0000
+++ b/lib/bumpversion   Sat Jul 26 19:24:24 2003 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: bumpversion,v 1.9 2000/06/14 17:24:53 cgd Exp $
+# $NetBSD: bumpversion,v 1.10 2003/07/26 19:24:24 salo Exp $
 #
 # Copyright (c) 1993 Christopher G. Demetriou
 # All rights reserved.
@@ -15,7 +15,7 @@
 # 3. All advertising materials mentioning features or use of this software
 #    must display the following acknowledgement:
 #          This product includes software developed for the
-#          NetBSD Project.  See http://www.netbsd.org/ for
+#          NetBSD Project.  See http://www.NetBSD.org/ for
 #          information about NetBSD.
 # 4. The name of the author may not be used to endorse or promote products
 #    derived from this software without specific prior written permission.
diff -r d50d72fe5eec -r bec15f700a38 lib/csu/alpha/crt0.c
--- a/lib/csu/alpha/crt0.c      Sat Jul 26 18:41:26 2003 +0000
+++ b/lib/csu/alpha/crt0.c      Sat Jul 26 19:24:24 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crt0.c,v 1.23 2000/07/26 15:40:07 mycroft Exp $ */
+/* $NetBSD: crt0.c,v 1.24 2003/07/26 19:24:25 salo Exp $ */
 
 /*
  * Copyright (c) 1995 Christopher G. Demetriou
@@ -15,7 +15,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -84,7 +84,7 @@
  * NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
  */
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: crt0.c,v 1.23 2000/07/26 15:40:07 mycroft Exp $");
+__RCSID("$NetBSD: crt0.c,v 1.24 2003/07/26 19:24:25 salo Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "common.c"
diff -r d50d72fe5eec -r bec15f700a38 lib/csu/common_elf/common.c
--- a/lib/csu/common_elf/common.c       Sat Jul 26 18:41:26 2003 +0000
+++ b/lib/csu/common_elf/common.c       Sat Jul 26 19:24:24 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: common.c,v 1.11 2000/07/03 23:01:01 matt Exp $ */
+/* $NetBSD: common.c,v 1.12 2003/07/26 19:24:26 salo Exp $ */
 
 /*
  * Copyright (c) 1995 Christopher G. Demetriou
@@ -15,7 +15,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
diff -r d50d72fe5eec -r bec15f700a38 lib/csu/common_elf/common.h
--- a/lib/csu/common_elf/common.h       Sat Jul 26 18:41:26 2003 +0000
+++ b/lib/csu/common_elf/common.h       Sat Jul 26 19:24:24 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: common.h,v 1.7 2000/07/03 23:01:01 matt Exp $ */
+/* $NetBSD: common.h,v 1.8 2003/07/26 19:24:26 salo Exp $ */
 
 /*
  * Copyright (c) 1995 Christopher G. Demetriou
@@ -15,7 +15,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
diff -r d50d72fe5eec -r bec15f700a38 lib/csu/hppa/crt0.c
--- a/lib/csu/hppa/crt0.c       Sat Jul 26 18:41:26 2003 +0000
+++ b/lib/csu/hppa/crt0.c       Sat Jul 26 19:24:24 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: crt0.c,v 1.2 2002/07/01 15:56:41 fredette Exp $        */
+/*     $NetBSD: crt0.c,v 1.3 2003/07/26 19:24:27 salo Exp $    */
 
 /*
  * Copyright (c) 2002 Matt Fredette
@@ -17,7 +17,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -149,7 +149,7 @@
  * NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
  */
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: crt0.c,v 1.2 2002/07/01 15:56:41 fredette Exp $");
+__RCSID("$NetBSD: crt0.c,v 1.3 2003/07/26 19:24:27 salo Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "common.c"
diff -r d50d72fe5eec -r bec15f700a38 lib/csu/i386_elf/crt0.c
--- a/lib/csu/i386_elf/crt0.c   Sat Jul 26 18:41:26 2003 +0000
+++ b/lib/csu/i386_elf/crt0.c   Sat Jul 26 19:24:24 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crt0.c,v 1.12 2001/12/30 23:23:38 thorpej Exp $ */
+/* $NetBSD: crt0.c,v 1.13 2003/07/26 19:24:27 salo Exp $ */
 
 /*
  * Copyright (c) 1998 Christos Zoulas
@@ -16,7 +16,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -98,7 +98,7 @@
  * NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
  */
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: crt0.c,v 1.12 2001/12/30 23:23:38 thorpej Exp $");
+__RCSID("$NetBSD: crt0.c,v 1.13 2003/07/26 19:24:27 salo Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "common.c"
diff -r d50d72fe5eec -r bec15f700a38 lib/csu/m68k_elf/crt0.c
--- a/lib/csu/m68k_elf/crt0.c   Sat Jul 26 18:41:26 2003 +0000
+++ b/lib/csu/m68k_elf/crt0.c   Sat Jul 26 19:24:24 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crt0.c,v 1.9 2002/01/23 03:55:33 thorpej Exp $ */
+/* $NetBSD: crt0.c,v 1.10 2003/07/26 19:24:28 salo Exp $ */
 
 /*
  * Copyright (c) 1999 Klaus Klein
@@ -16,7 +16,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -97,7 +97,7 @@
  * NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
  */
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: crt0.c,v 1.9 2002/01/23 03:55:33 thorpej Exp $");
+__RCSID("$NetBSD: crt0.c,v 1.10 2003/07/26 19:24:28 salo Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "common.c"
diff -r d50d72fe5eec -r bec15f700a38 lib/csu/powerpc/crt0.c
--- a/lib/csu/powerpc/crt0.c    Sat Jul 26 18:41:26 2003 +0000
+++ b/lib/csu/powerpc/crt0.c    Sat Jul 26 19:24:24 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crt0.c,v 1.23 2002/07/29 21:54:35 matt Exp $ */
+/* $NetBSD: crt0.c,v 1.24 2003/07/26 19:24:28 salo Exp $ */
 
 /*
  * Copyright (c) 1997 Jason R. Thorpe.
@@ -16,7 +16,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -105,7 +105,7 @@
  * NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
  */
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: crt0.c,v 1.23 2002/07/29 21:54:35 matt Exp $");
+__RCSID("$NetBSD: crt0.c,v 1.24 2003/07/26 19:24:28 salo Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "common.c"
diff -r d50d72fe5eec -r bec15f700a38 lib/csu/sh3_elf/crt0.c
--- a/lib/csu/sh3_elf/crt0.c    Sat Jul 26 18:41:26 2003 +0000
+++ b/lib/csu/sh3_elf/crt0.c    Sat Jul 26 19:24:24 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crt0.c,v 1.8 2003/07/05 23:50:28 uwe Exp $ */
+/* $NetBSD: crt0.c,v 1.9 2003/07/26 19:24:29 salo Exp $ */
 
 /*
  * Copyright (c) 1998 Christos Zoulas
@@ -16,7 +16,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -91,7 +91,7 @@
  * NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
  */
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: crt0.c,v 1.8 2003/07/05 23:50:28 uwe Exp $");
+__RCSID("$NetBSD: crt0.c,v 1.9 2003/07/26 19:24:29 salo Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "common.c"
diff -r d50d72fe5eec -r bec15f700a38 lib/csu/sparc64/crt0.c
--- a/lib/csu/sparc64/crt0.c    Sat Jul 26 18:41:26 2003 +0000
+++ b/lib/csu/sparc64/crt0.c    Sat Jul 26 19:24:24 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crt0.c,v 1.20 2002/04/04 08:22:11 jmc Exp $ */
+/* $NetBSD: crt0.c,v 1.21 2003/07/26 19:24:29 salo Exp $ */
 
 /*
  * Copyright (c) 1995 Christopher G. Demetriou
@@ -15,7 +15,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -114,7 +114,7 @@
  * NOTE: Leave the RCS ID _after_ _start(), in case it gets placed in .text.
  */
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: crt0.c,v 1.20 2002/04/04 08:22:11 jmc Exp $");
+__RCSID("$NetBSD: crt0.c,v 1.21 2003/07/26 19:24:29 salo Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 /* XXX XXX XXX THIS SHOULD GO AWAY XXX XXX XXX
diff -r d50d72fe5eec -r bec15f700a38 lib/csu/sparc_elf/crt0.c
--- a/lib/csu/sparc_elf/crt0.c  Sat Jul 26 18:41:26 2003 +0000
+++ b/lib/csu/sparc_elf/crt0.c  Sat Jul 26 19:24:24 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crt0.c,v 1.10 2002/02/11 06:08:23 mrg Exp $ */
+/* $NetBSD: crt0.c,v 1.11 2003/07/26 19:24:30 salo Exp $ */
 
 /*
  * Copyright (c) 1998 Christos Zoulas
@@ -16,7 +16,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -101,7 +101,7 @@
  * NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
  */
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: crt0.c,v 1.10 2002/02/11 06:08:23 mrg Exp $");
+__RCSID("$NetBSD: crt0.c,v 1.11 2003/07/26 19:24:30 salo Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "common.c"
diff -r d50d72fe5eec -r bec15f700a38 lib/csu/vax_elf/crt0.c
--- a/lib/csu/vax_elf/crt0.c    Sat Jul 26 18:41:26 2003 +0000
+++ b/lib/csu/vax_elf/crt0.c    Sat Jul 26 19:24:24 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crt0.c,v 1.8 2002/06/09 06:18:34 matt Exp $ */
+/* $NetBSD: crt0.c,v 1.9 2003/07/26 19:24:30 salo Exp $ */
 
 /*
  * Copyright (c) 1999 Matt Thomas
@@ -16,7 +16,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -98,7 +98,7 @@
  * NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
  */
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: crt0.c,v 1.8 2002/06/09 06:18:34 matt Exp $");
+__RCSID("$NetBSD: crt0.c,v 1.9 2003/07/26 19:24:30 salo Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "common.c"
diff -r d50d72fe5eec -r bec15f700a38 lib/csu/x86_64/crt0.c
--- a/lib/csu/x86_64/crt0.c     Sat Jul 26 18:41:26 2003 +0000



Home | Main Index | Thread Index | Old Index