aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1998-12-23 11:55:42 +0000
committerDoug Rabson <dfr@FreeBSD.org>1998-12-23 11:55:42 +0000
commit6b387220beacb1f2c7116a17264279d09837190b (patch)
tree347725bda89973b68d0ddd34e9acfc8904530e60 /lib
parentb7f762137adea9d0338ed8f3299f25b2be737af1 (diff)
downloadsrc-6b387220beacb1f2c7116a17264279d09837190b.tar.gz
src-6b387220beacb1f2c7116a17264279d09837190b.zip
[This is a null commit to supply the correct log entry]
Rename 'cerror' to '.cerror' so that programs which have a function or global variable named 'cerror' don't completely break the syscall error reporting mechanism.
Notes
Notes: svn path=/head/; revision=42030
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/alpha/SYS.h2
-rw-r--r--lib/libc/alpha/sys/cerror.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/alpha/SYS.h b/lib/libc/alpha/SYS.h
index 15b7f8b9e853..01d114d2903a 100644
--- a/lib/libc/alpha/SYS.h
+++ b/lib/libc/alpha/SYS.h
@@ -1,4 +1,4 @@
-/* $Id: SYS.h,v 1.3 1998/08/08 02:24:03 jb Exp $ */
+/* $Id: SYS.h,v 1.4 1998/12/23 11:50:51 dfr Exp $ */
/* From: NetBSD: SYS.h,v 1.5 1997/05/02 18:15:15 kleink Exp */
/*
diff --git a/lib/libc/alpha/sys/cerror.S b/lib/libc/alpha/sys/cerror.S
index a3d2b1a24097..63771c0ffa08 100644
--- a/lib/libc/alpha/sys/cerror.S
+++ b/lib/libc/alpha/sys/cerror.S
@@ -1,4 +1,4 @@
-/* $Id: cerror.S,v 1.2 1998/06/09 22:56:24 jb Exp $ */
+/* $Id: cerror.S,v 1.3 1998/12/23 11:50:51 dfr Exp $ */
/* From: NetBSD: cerror.S,v 1.4 1996/11/08 00:52:46 cgd Exp */
/*