Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:GA
ocaml
ocaml-yacc-Use-mkstemp-instead-of-mktemp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ocaml-yacc-Use-mkstemp-instead-of-mktemp.patch of Package ocaml
From: "Richard W.M. Jones" <rjones@redhat.com> Date: Fri, 13 Sep 2013 21:29:58 +0100 Subject: yacc: Use mkstemp instead of mktemp. --- yacc/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: ocaml-4.01.0/yacc/main.c =================================================================== --- ocaml-4.01.0.orig/yacc/main.c +++ ocaml-4.01.0/yacc/main.c @@ -53,7 +53,7 @@ char *text_file_name; char *union_file_name; char *verbose_file_name; -#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || (__APPLE__) +#if defined(__linux__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || (__APPLE__) #define HAVE_MKSTEMP #endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor