busybox/sysklogd
Bernhard Reutner-Fischer d5bd137a24 - rename libbb's password helpers as suggested in libbb.h
my_getpwnam -> bb_xgetpwnam  /* dies on error */
  my_getgrnam -> bb_xgetgrnam  /* dies on error */
  my_getgrgid -> bb_getgrgid
  my_getpwuid -> bb_getpwuid
  my_getug    -> bb_getug
2005-09-20 21:06:17 +00:00
..
Config.in Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
klogd.c Cleanup patch from tito: migrate option parsing to the bb_ functions and fix 2005-09-14 15:36:52 +00:00
logger.c - rename libbb's password helpers as suggested in libbb.h 2005-09-20 21:06:17 +00:00
logread.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
Makefile fix typoe (buildddir -> builddir) 2005-04-21 01:49:05 +00:00
Makefile.in use toplevel ARFLAGS and update default ARFLAGS to be quiet 2005-07-27 01:09:24 +00:00
syslogd.c Kunihiko IMAI writes: 2005-09-12 19:16:11 +00:00