Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-12-10 09:45:42 +0300
committerEric Andersen <andersen@codepoet.org>1999-12-10 09:45:42 +0300
commit70e2f0b111f3e4d6ec9752b09e0ebda015bb599b (patch)
treeceee508f651176e65ee1770fa461b473642196a1 /coreutils/du.c
parent14c82b64c9e94fba678f439e0fd8236ea6a6ee1e (diff)
Fix beppu's email address.
BTW, John, go to sleep. It is late. :) -Erik
Diffstat (limited to 'coreutils/du.c')
-rw-r--r--coreutils/du.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/du.c b/coreutils/du.c
index b8df7182b..79bf0ba86 100644
--- a/coreutils/du.c
+++ b/coreutils/du.c
@@ -3,7 +3,7 @@
*
*
* Copyright (C) 1999 by Lineo, inc.
- * Written by John Beppu <beppu@line.com>
+ * Written by John Beppu <beppu@lineo.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -112,4 +112,4 @@ du_main(int argc, char **argv)
exit(0);
}
-/* $Id: du.c,v 1.2 1999/12/10 06:15:27 beppu Exp $ */
+/* $Id: du.c,v 1.3 1999/12/10 06:45:42 andersen Exp $ */