mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
Give MAINTAINERship to submitter, modernize port. PR: 215866 Submitted by:Pavel Volkov (pavelivolkov gmail com) Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D9186
11 lines
291 B
C
11 lines
291 B
C
--- tools-for-build/grovel-headers.c.orig 2017-01-06 07:13:57 UTC
|
|
+++ tools-for-build/grovel-headers.c
|
|
@@ -42,7 +42,7 @@
|
|
#ifdef LISP_FEATURE_ANDROID
|
|
#include <termios.h>
|
|
#else
|
|
- #include <sys/termios.h>
|
|
+ #include <termios.h>
|
|
#include <langinfo.h>
|
|
#endif
|
|
#include <sys/time.h>
|