aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/sys
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>1999-08-05 12:15:30 +0000
committerDaniel Eischen <deischen@FreeBSD.org>1999-08-05 12:15:30 +0000
commitfa7c4d557556a90c64eaf10038c0d2a685801357 (patch)
tree5655947168ef4eee391eb9c907e3e3f5f179574f /lib/libc_r/sys
parent8b5d18ec76540cbe8de427f2f3b1ae653a6e57a8 (diff)
downloadsrc-fa7c4d557556a90c64eaf10038c0d2a685801357.tar.gz
src-fa7c4d557556a90c64eaf10038c0d2a685801357.zip
Add RCS IDs to those files without them.
Fix copyrights (s/REGENTS/AUTHOR). Suggested by: tg Approved by: jb
Notes
Notes: svn path=/head/; revision=49439
Diffstat (limited to 'lib/libc_r/sys')
-rw-r--r--lib/libc_r/sys/uthread_error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc_r/sys/uthread_error.c b/lib/libc_r/sys/uthread_error.c
index 545dfb06652c..9f9e1a514cd8 100644
--- a/lib/libc_r/sys/uthread_error.c
+++ b/lib/libc_r/sys/uthread_error.c
@@ -31,6 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#ifdef _THREAD_SAFE
#include <pthread.h>