]> git.pld-linux.org Git - packages/libcap.git/commitdiff
- comment out debugging output
authorMichal Moskal <michal@moskal.me>
Thu, 11 Sep 2003 11:33:10 +0000 (11:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libcap-link.patch -> 1.3

libcap-link.patch

index 7514bd00896920741cdd08a4a1e7d18806b8a89f..f25c6db913616463c184ebb6532868c3573c1380 100644 (file)
@@ -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);
 +}
 +
This page took 0.083119 seconds and 4 git commands to generate.