2006-10-16  Dmitry V. Levin  <ldv@altlinux.org>

	Implement comprehensive quotactl(2) parser for Linux.
	* Makefile.am (strace_SOURCES): Add quota.c.
	* quota.c: New file.
	* resource.c: Remove old quotactl(2) parser.
	Fixes RH#118696.
diff --git a/Makefile.am b/Makefile.am
index 3a10886..7b44f1e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,7 @@
 INCLUDES = -I$(OS)/$(ARCH) -I$(srcdir)/$(OS)/$(ARCH) -I$(OS) -I$(srcdir)/$(OS)
 
 strace_SOURCES = strace.c syscall.c util.c desc.c file.c ipc.c \
-		 io.c ioctl.c mem.c net.c process.c bjm.c \
+		 io.c ioctl.c mem.c net.c process.c bjm.c quota.c \
 		 resource.c signal.c sock.c system.c term.c time.c \
 		 proc.c stream.c
 noinst_HEADERS = defs.h