diff options
author | Eric Andersen | 2003-07-14 21:21:08 +0000 |
---|---|---|
committer | Eric Andersen | 2003-07-14 21:21:08 +0000 |
commit | cb81e6484d1f50ec2761f6294722407b14add525 (patch) | |
tree | 81fb6290ef50af3488a5ee0f97150b6503df6a3f /libbb/libc5.c | |
parent | 74f270a3177a43b29d98b6c5b6a2c5338be8b98f (diff) | |
download | busybox-cb81e6484d1f50ec2761f6294722407b14add525.zip busybox-cb81e6484d1f50ec2761f6294722407b14add525.tar.gz |
Update a bunch of docs. Run a script to update my email addr.
Diffstat (limited to 'libbb/libc5.c')
-rw-r--r-- | libbb/libc5.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/libc5.c b/libbb/libc5.c index 59c935e..ac79196 100644 --- a/libbb/libc5.c +++ b/libbb/libc5.c @@ -14,7 +14,7 @@ /* * Some systems already have updwtmp(). Some don't... This is * the updwtmp() implementation from uClibc, Copyright 2002 by - * Erik Andersen <andersee@debian.org> + * Erik Andersen <andersen@codepoet.org> */ extern void updwtmp(const char *wtmp_file, const struct utmp *lutmp) { @@ -96,7 +96,7 @@ ssize_t getline(char **linebuf, size_t *n, FILE *file) * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * - * Modified for uClibc by Erik Andersen <andersee@debian.org> + * Modified for uClibc by Erik Andersen <andersen@codepoet.org> * * The uClibc Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License as |