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

Collapse All | Expand All

(-)quake2-r0.16.1/src/linux/q_shlinux.c (+3 lines)
Lines 17-22 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
#if !defined(_GNU_SOURCE)
21
	#define _GNU_SOURCE
22
#endif
20
#include <sys/types.h>
23
#include <sys/types.h>
21
#include <sys/stat.h>
24
#include <sys/stat.h>
22
#include <errno.h>
25
#include <errno.h>

Return to bug 158415