libxbps: move xbps_pkgpattern_match to util.c and simplify.

This commit is contained in:
Juan RP
2012-05-30 22:38:35 +02:00
parent 27aacf97f4
commit 1bfb1ae028
4 changed files with 27 additions and 102 deletions

View File

@@ -3,8 +3,8 @@ internal use in the code:
- queue.h from NetBSD: include/queue.h.
- package pattern matching code from NetBSD:
lib/external/dewey.c and lib/external/match.c
- relational dewey version matching code from NetBSD:
lib/external/dewey.c
- strlcat and strlcpy functions from OpenBSD:
lib/compat/strlc{at,cpy}.c