components/openscap/patches/rpl_getline.patch
author Vladimir Marek <Vladimir.Marek@oracle.com>
Thu, 24 Oct 2013 11:32:37 +0200
branchs11u1-sru
changeset 2845 5260a9f352d7
parent 848 0c3d865471c8
child 1369 20813e08fff3
permissions -rw-r--r--
17601119 gzip is unable to set permissions under file_chown_self privilege

--- openscap-0.8.1/tests/API/SEAP/test_api_seap_parser.c.orig	2012-04-16 05:46:10.857636161 -0700
+++ openscap-0.8.1/tests/API/SEAP/test_api_seap_parser.c	2012-04-16 05:46:33.459579066 -0700
@@ -52,7 +52,7 @@
 #elif defined(__linux__) || defined(__GLIBC__)
                         getline (&input, &inlen, stdin);
 #elif defined(__SVR4) && defined(__sun)
-                        rpl_getline (&input, &inlen, stdin);
+                        getline (&input, &inlen, stdin);
 #else
 # error "FIXME"
 #endif
--- openscap-0.8.1/tests/API/SEAP/test_api_sexp_ID.c.orig	2012-04-16 05:47:12.392123448 -0700
+++ openscap-0.8.1/tests/API/SEAP/test_api_sexp_ID.c	2012-04-16 05:47:21.468821876 -0700
@@ -42,7 +42,7 @@
 #elif defined(__linux__) || defined(__GLIBC__)
                         getline (&input, &inlen, stdin);
 #elif defined(__SVR4) && defined(__sun)
-                        rpl_getline (&input, &inlen, stdin);
+                        getline (&input, &inlen, stdin);
 #else
 # error "FIXME"
 #endif