pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/unit: Remove unneeded patch



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Thu Feb 4 21:45:31 2021 +0000
Changeset:	b3dfd62504b877837cfd95e736aa3951175a4675

Modified Files:
	unit/distinfo
Removed Files:
	unit/patches/patch-src_nxt__file.c

Log Message:
wip/unit: Remove unneeded patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b3dfd62504b877837cfd95e736aa3951175a4675

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unit/distinfo                      |  1 -
 unit/patches/patch-src_nxt__file.c | 15 ---------------
 2 files changed, 16 deletions(-)

diffs:
diff --git a/unit/distinfo b/unit/distinfo
index 0a0f84bf10..33a8f8ffe5 100644
--- a/unit/distinfo
+++ b/unit/distinfo
@@ -8,7 +8,6 @@ SHA1 (patch-auto_events) = 0347dfefbedaacd206c8c2bfd8ea38b18995dd9f
 SHA1 (patch-auto_os_conf) = 6d1cd7aef662a60d4288014eb6fadbe8c1268e55
 SHA1 (patch-src_nxt__cert.c) = c91e45f148a079b543a0d3cb277388bffb3e2854
 SHA1 (patch-src_nxt__conf__validation.c) = 99662fc0d975604fea0708a810e916991d0bf578
-SHA1 (patch-src_nxt__file.c) = 4321feeb6724378009cefacfe23470932faf35ef
 SHA1 (patch-src_nxt__router.c) = 366ceab22664726238c57a4650a844a0f8f1ca89
 SHA1 (patch-src_nxt__unit.c) = 008b654ad1ea140ee65ce326a1a9d3abf79fc3ec
 SHA1 (patch-src_nxt__unix.h) = c0db5bc4d9c45a3ead48627567284d8b3041b0a0
diff --git a/unit/patches/patch-src_nxt__file.c b/unit/patches/patch-src_nxt__file.c
deleted file mode 100644
index aaef6b7df2..0000000000
--- a/unit/patches/patch-src_nxt__file.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Use fcntl on Solaris
-
---- src/nxt_file.c.orig	2020-11-19 18:12:30.000000000 +0000
-+++ src/nxt_file.c
-@@ -312,7 +312,7 @@ nxt_file_rename(nxt_file_name_t *old_nam
-  * Linux 2.6 does not use BKL.
-  */
- 
--#if (NXT_HAVE_FIONBIO)
-+#if (NXT_HAVE_FIONBIO) && !(NXT_SOLARIS)
- 
- nxt_int_t
- nxt_fd_nonblocking(nxt_task_t *task, nxt_fd_t fd)


Home | Main Index | Thread Index | Old Index