diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-21 02:42:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-21 02:42:52 +0000 |
commit | aa00ea2e8848b8568b8ef5c9739451cfccfbbea8 (patch) | |
tree | 8c49d730a743ed4f35a4796edae8a73c4afb0c17 | |
parent | aad274a82b78114ad07c72055dc1dd9aad089a7e (diff) | |
download | coreutils-aa00ea2e8848b8568b8ef5c9739451cfccfbbea8.tar.xz |
remove my @comco address
-rw-r--r-- | lib/xgethostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xgethostname.c b/lib/xgethostname.c index 79da0ec9c..1139a1b19 100644 --- a/lib/xgethostname.c +++ b/lib/xgethostname.c @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Written by Jim Meyering, meyering@comco.com */ +/* written by Jim Meyering */ #ifdef HAVE_CONFIG_H # include <config.h> |