aboutsummaryrefslogtreecommitdiff
path: root/libbb/libc5.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-14 21:21:08 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-14 21:21:08 +0000
commitcb81e6484d1f50ec2761f6294722407b14add525 (patch)
tree81fb6290ef50af3488a5ee0f97150b6503df6a3f /libbb/libc5.c
parent74f270a3177a43b29d98b6c5b6a2c5338be8b98f (diff)
downloadbusybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.gz
busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.bz2
busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.zip
Update a bunch of docs. Run a script to update my email addr.
Diffstat (limited to 'libbb/libc5.c')
-rw-r--r--libbb/libc5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/libc5.c b/libbb/libc5.c
index 59c935e3d..ac7919626 100644
--- a/libbb/libc5.c
+++ b/libbb/libc5.c
@@ -14,7 +14,7 @@
14/* 14/*
15 * Some systems already have updwtmp(). Some don't... This is 15 * Some systems already have updwtmp(). Some don't... This is
16 * the updwtmp() implementation from uClibc, Copyright 2002 by 16 * the updwtmp() implementation from uClibc, Copyright 2002 by
17 * Erik Andersen <andersee@debian.org> 17 * Erik Andersen <andersen@codepoet.org>
18 */ 18 */
19extern void updwtmp(const char *wtmp_file, const struct utmp *lutmp) 19extern void updwtmp(const char *wtmp_file, const struct utmp *lutmp)
20{ 20{
@@ -96,7 +96,7 @@ ssize_t getline(char **linebuf, size_t *n, FILE *file)
96 * Copyright (c) 1991, 1993 96 * Copyright (c) 1991, 1993
97 * The Regents of the University of California. All rights reserved. 97 * The Regents of the University of California. All rights reserved.
98 * 98 *
99 * Modified for uClibc by Erik Andersen <andersee@debian.org> 99 * Modified for uClibc by Erik Andersen <andersen@codepoet.org>
100 * 100 *
101 * The uClibc Library is free software; you can redistribute it and/or 101 * The uClibc Library is free software; you can redistribute it and/or
102 * modify it under the terms of the GNU Library General Public License as 102 * modify it under the terms of the GNU Library General Public License as