mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
- Do not use :: in patch file names. - Patch for CAN-2003-1023 is now contained in patch-vfs-direntry.c. - Bump PORTREVISION. Submitted by: Jakub Jelinek <jakub@redhat.com>
11 lines
370 B
C
11 lines
370 B
C
--- src/background.c.orig Sat Sep 28 12:10:29 2002
|
|
+++ src/background.c Tue Jun 15 03:17:55 2004
|
|
@@ -142,7 +142,7 @@
|
|
close (1);
|
|
close (2);
|
|
|
|
- if ((nullfd = open ("/dev/null", O_RDONLY)) != -1){
|
|
+ if ((nullfd = open ("/dev/null", O_RDWR)) != -1){
|
|
while (dup2 (nullfd, 0) == -1 && errno == EINTR)
|
|
;
|
|
while (dup2 (nullfd, 1) == -1 && errno == EINTR)
|