From 489432d354d88049afe4af54c29965d382d67f7a Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 8 Jan 2016 15:31:17 +0200 Subject: Uniformly use grecs memory management functions. * gnulib.modules: Remove unneded modules. * ident/ident.h: Remove xalloc.h, include errno.h * ident/ident.c: Use standard allocation functions instead of x* * ident/pam.c: Remove. * ident/provider.c: Remove. * ident/system.c: Remove. * src/meta.c: Remove. * src/Makefile.am: Remove meta.c * src/progman.c: Use grecs_* allocation functions instead of x*. (notify): Use wordsplit to expand variables within message. Rename variables: program-name to program_name; canonical-program-name to canonical_program_name. * doc/pies.texi: Update. * src/depmap.c: Use grecs_* allocation functions instead of x*. (depmap_end): New function. * src/diag.c (logmsg_vprintf): Use grecs_txtacc instead of obstack. * src/pies.h (depmap_end): New proto. Remove unused includes. * src/acl.c: Use grecs_* allocation functions instead of x*. * src/ctl.c: Likewise. * src/inetd.c: Likewise. * src/limits.c: Likewise. * src/meta1gram.y: Likewise. * src/meta1lex.l: Likewise. * src/pies.c: Likewise. * src/socket.c: Likewise. * src/sysvinit.c: Likewise. * src/userprivs.c: Likewise. --- gnulib.modules | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnulib.modules') diff --git a/gnulib.modules b/gnulib.modules index 2612e75..9e9d255 100644 --- a/gnulib.modules +++ b/gnulib.modules @@ -9,9 +9,6 @@ fprintftime gettext inttostr inttypes -obstack progname quotearg sysexits -xalloc -xvasprintf -- cgit v1.2.1