mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
General maintenance update: - Remove Makefile line '#Created by' header - Change PORTVERSION to DISTVERSION - Correct COMMENT - Move GNU_CONFIGURE=yes up - Rewrite summary in pkg-descr - Include a second link - Add patches under files to suppress compiler warnings PR: 250168 Submitted by: Moritz Schmitt <moritz@schmi.tt> (maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D26704
11 lines
252 B
C
11 lines
252 B
C
--- src/input.c.orig 2020-10-05 19:47:54 UTC
|
|
+++ src/input.c
|
|
@@ -45,7 +45,7 @@
|
|
#include <stdlib.h>
|
|
#include <errno.h>
|
|
#if HAVE_SYS_TERMIOS_H
|
|
-#include <sys/termios.h>
|
|
+#include <termios.h>
|
|
#endif
|
|
|
|
static jmp_buf env; /* setjmp/longjmp buffer */
|