From 5a822a73fa19fc0a98aee69e7667aee37b6535d5 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Thu, 11 Sep 2003 11:33:10 +0000 Subject: [PATCH] - comment out debugging output Changed files: libcap-link.patch -> 1.3 --- libcap-link.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcap-link.patch b/libcap-link.patch index 7514bd0..f25c6db 100644 --- a/libcap-link.patch +++ b/libcap-link.patch @@ -28,7 +28,7 @@ + __asm__ volatile ("pushl %%ebx\nmovl %%edx, %%ebx\nint $0x80\npopl %%ebx" \ + : "=a" (__res) \ + : "0" (__NR_capget), "d" (header), "c" (data)); -+ printf("%d", _libcap_kernel_version); ++ /* printf("%d", _libcap_kernel_version); */ + __syscall_return(int, __res); +} + -- 2.44.0