From ce962a81797d455e4160f379c53d3432bbec36d4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 29 Nov 2008 04:06:05 -0500 Subject: libsandbox: use integers rather than strings for functions Rather than doing a buttload of strcmp's on function names, use integers. Signed-off-by: Mike Frysinger --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 63abf49..c6b5789 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ Makefile.in /ChangeLog /libsandbox/libsandbox.map +/libsandbox/sb_nr.h /libsandbox/symbols.h /src/sandbox -- cgit v1.2.3-65-gdbad