* libamu/strutil.c: rename from util.c to explain better purpose
of file.
* libamu/xutil.c: explain purpose of file.
+2005-10-02 Erez Zadok <ezk@cs.sunysb.edu>
+
+ * 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 <ezk@cs.sunysb.edu>
* configure.in: sinclude([vers.m4]) version number file.
mount_fs.c \
mtab.c \
nfs_prot_xdr.c \
- util.c \
+ strutil.c \
wire.c \
xdr_func.c \
xutil.c
*
* %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
*
* %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 <config.h>
#endif /* HAVE_CONFIG_H */