pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms/syncterm/patches
Module Name: pkgsrc
Committed By: vins
Date: Sun May 10 06:06:46 UTC 2026
Added Files:
pkgsrc/comms/syncterm/patches: patch-src_conio_curs__cio.c
Log Message:
syncterm: add missing patch
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
pkgsrc/comms/syncterm/patches/patch-src_conio_curs__cio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/comms/syncterm/patches/patch-src_conio_curs__cio.c
diff -u /dev/null pkgsrc/comms/syncterm/patches/patch-src_conio_curs__cio.c:1.1
--- /dev/null Sun May 10 06:06:46 2026
+++ pkgsrc/comms/syncterm/patches/patch-src_conio_curs__cio.c Sun May 10 06:06:45 2026
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_conio_curs__cio.c,v 1.1 2026/05/10 06:06:45 vins Exp $
+
+Required for FIONREAD on SunOS.
+
+--- src/conio/curs_cio.c.orig 2026-05-10 05:58:30.211860613 +0000
++++ src/conio/curs_cio.c
+@@ -21,6 +21,9 @@
+ #include <locale.h>
+ #include <sys/ioctl.h>
+ #include <sys/time.h>
++#ifdef __sun
++#include <sys/filio.h>
++#endif
+ #include <stdarg.h>
+ #include <stdio.h>
+ #include <stdlib.h>
Home |
Main Index |
Thread Index |
Old Index