Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 140121 | Differences between
and this patch

Collapse All | Expand All

(-)unix/qsh_unix.c.old (+1 lines)
Lines 17-22 along with this program; if not, write t Link Here
17
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
17
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
18
18
19
*/
19
*/
20
#define _GNU_SOURCE
20
#include <sys/types.h>
21
#include <sys/types.h>
21
#include <sys/stat.h>
22
#include <sys/stat.h>
22
#include <errno.h>
23
#include <errno.h>

Return to bug 140121