Author: Mark Young <marky1...@gmail.com>
Branch: py3k
Changeset: r86149:575f3ed5760a
Date: 2016-08-02 21:40 +0000
http://bitbucket.org/pypy/pypy/changeset/575f3ed5760a/

Log:    Fixed translation for freebsd.

diff --git a/pypy/module/_posixsubprocess/_posixsubprocess.c 
b/pypy/module/_posixsubprocess/_posixsubprocess.c
--- a/pypy/module/_posixsubprocess/_posixsubprocess.c
+++ b/pypy/module/_posixsubprocess/_posixsubprocess.c
@@ -12,7 +12,7 @@
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif
-#if defined(HAVE_SYS_STAT_H) && defined(__FreeBSD__)
+#if defined(__FreeBSD__)
 #include <sys/stat.h>
 #endif
 #ifdef HAVE_SYS_SYSCALL_H
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to