=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/parse.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/sudo/Attic/parse.c 2008/12/09 14:03:06 1.22 --- src/usr.bin/sudo/Attic/parse.c 2009/04/11 11:48:06 1.23 *************** *** 49,55 **** #include #ifndef lint ! __unused static const char rcsid[] = "$Sudo: parse.c,v 1.238 2008/12/09 13:49:55 millert Exp $"; #endif /* lint */ /* Characters that must be quoted in sudoers */ --- 49,55 ---- #include #ifndef lint ! __unused static const char rcsid[] = "$Sudo: parse.c,v 1.239 2009/03/28 13:07:16 millert Exp $"; #endif /* lint */ /* Characters that must be quoted in sudoers */ *************** *** 639,645 **** } break; case ALIAS: ! if ((a = find_alias(name, alias_type)) != NULL) { tq_foreach_fwd(&a->members, m) { if (m != tq_first(&a->members)) lbuf_append(lbuf, ", ", NULL); --- 639,645 ---- } break; case ALIAS: ! if ((a = alias_find(name, alias_type)) != NULL) { tq_foreach_fwd(&a->members, m) { if (m != tq_first(&a->members)) lbuf_append(lbuf, ", ", NULL);