From 9b96740520e694a87ac16ea99b732e85e123c2dc Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Tue, 4 Oct 2005 15:39:13 +0000 Subject: [PATCH] * Makefile.am: use strutil.c, not util.c * libamu/strutil.c: rename from util.c to explain better purpose of file. * libamu/xutil.c: explain purpose of file. --- ChangeLog | 9 +++++++++ libamu/Makefile.am | 2 +- libamu/strutil.c | 4 ++-- libamu/xutil.c | 6 +++++- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 55725d3..466fc5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-10-02 Erez Zadok + + * Makefile.am: use strutil.c, not util.c + + * libamu/strutil.c: rename from util.c to explain better purpose + of file. + + * libamu/xutil.c: explain purpose of file. + 2005-08-16 Erez Zadok * configure.in: sinclude([vers.m4]) version number file. diff --git a/libamu/Makefile.am b/libamu/Makefile.am index ec198bb..991cf2e 100644 --- a/libamu/Makefile.am +++ b/libamu/Makefile.am @@ -16,7 +16,7 @@ libamu_la_SOURCES = \ mount_fs.c \ mtab.c \ nfs_prot_xdr.c \ - util.c \ + strutil.c \ wire.c \ xdr_func.c \ xutil.c diff --git a/libamu/strutil.c b/libamu/strutil.c index b03dcfd..f81f6f0 100644 --- a/libamu/strutil.c +++ b/libamu/strutil.c @@ -38,12 +38,12 @@ * * %W% (Berkeley) %G% * - * $Id: strutil.c,v 1.3.2.5 2005/01/03 20:56:15 ezk Exp $ + * $Id: strutil.c,v 1.3.2.6 2005/10/04 15:39:13 ezk Exp $ * */ /* - * General Utilities. + * String Utilities. */ #ifdef HAVE_CONFIG_H diff --git a/libamu/xutil.c b/libamu/xutil.c index 26ad011..c89d4b0 100644 --- a/libamu/xutil.c +++ b/libamu/xutil.c @@ -38,10 +38,14 @@ * * %W% (Berkeley) %G% * - * $Id: xutil.c,v 1.11.2.14 2005/01/03 20:56:15 ezk Exp $ + * $Id: xutil.c,v 1.11.2.15 2005/10/04 15:39:13 ezk Exp $ * */ +/* + * Miscellaneous Utilities: Logging, TTY, timers, signals, RPC, memory, etc. + */ + #ifdef HAVE_CONFIG_H # include #endif /* HAVE_CONFIG_H */ -- 2.43.0