components/openscap/patches/rpl_getline.patch
changeset 848 0c3d865471c8
child 1369 20813e08fff3
equal deleted inserted replaced
847:4ae04177ffa1 848:0c3d865471c8
       
     1 --- openscap-0.8.1/tests/API/SEAP/test_api_seap_parser.c.orig	2012-04-16 05:46:10.857636161 -0700
       
     2 +++ openscap-0.8.1/tests/API/SEAP/test_api_seap_parser.c	2012-04-16 05:46:33.459579066 -0700
       
     3 @@ -52,7 +52,7 @@
       
     4  #elif defined(__linux__) || defined(__GLIBC__)
       
     5                          getline (&input, &inlen, stdin);
       
     6  #elif defined(__SVR4) && defined(__sun)
       
     7 -                        rpl_getline (&input, &inlen, stdin);
       
     8 +                        getline (&input, &inlen, stdin);
       
     9  #else
       
    10  # error "FIXME"
       
    11  #endif
       
    12 --- openscap-0.8.1/tests/API/SEAP/test_api_sexp_ID.c.orig	2012-04-16 05:47:12.392123448 -0700
       
    13 +++ openscap-0.8.1/tests/API/SEAP/test_api_sexp_ID.c	2012-04-16 05:47:21.468821876 -0700
       
    14 @@ -42,7 +42,7 @@
       
    15  #elif defined(__linux__) || defined(__GLIBC__)
       
    16                          getline (&input, &inlen, stdin);
       
    17  #elif defined(__SVR4) && defined(__sun)
       
    18 -                        rpl_getline (&input, &inlen, stdin);
       
    19 +                        getline (&input, &inlen, stdin);
       
    20  #else
       
    21  # error "FIXME"
       
    22  #endif