File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,15 @@ addheader("ack/signal.h")
1515addheader (" ack/limits.h" )
1616addheader (" minix/callnr.h" )
1717addheader (" minix/const.h" )
18- -- addheader("minix/config.h")
1918addheader (" minix/type.h" )
2019addheader (" minix/com.h" )
2120addheader (" utime.h" )
2221addheader (" sgtty.h" )
2322addheader (" sys/dir.h" )
2423addheader (" sys/types.h" )
25- -- addheader("sys/errno.h")
26- -- addheader("sys/times.h")
24+ addheader (" sys/errno.h" )
2725addheader (" sys/stat.h" )
2826addheader (" sys/wait.h" )
29- -- addheader("signal.h")
30- -- addheader("limits.h")
31- -- addheader("fcntl.h")
32- -- addheader("time.h")
3327
3428acklibrary {
3529 name = " headers" ,
File renamed without changes.
Original file line number Diff line number Diff line change 1111#define ACKCONF_WANT_STANDARD_O 0
1212#define ACKCONF_WANT_STANDARD_SIGNALS 0
1313#define ACKCONF_WANT_STANDARD_LIMITS 0
14+ #define ACKCONF_WANT_SYS_ERRNO_H 1
1415
1516#endif
You can’t perform that action at this time.
0 commit comments