mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
17 lines
445 B
Plaintext
17 lines
445 B
Plaintext
$NetBSD: patch-ag,v 1.9 2011/07/02 22:19:30 dholland Exp $
|
|
|
|
- use standard headers correctly
|
|
|
|
--- Amaya/tools/cextract-1.7/xtract.h.orig 2005-05-30 10:21:42.000000000 -0400
|
|
+++ Amaya/tools/cextract-1.7/xtract.h 2008-09-08 05:20:38.000000000 -0400
|
|
@@ -15,9 +15,7 @@
|
|
#include <stdio.h>
|
|
#include <ctype.h>
|
|
#include <time.h>
|
|
-#ifdef _POSIX_SOURCE
|
|
#include <stdlib.h>
|
|
-#endif /* _POSIX_SOURCE_ */
|
|
#if __STDC__
|
|
#ifndef VMS
|
|
#include <unistd.h>
|