pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/squashfs/patches new patch, fixes FreeBSD ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d77edf3b83f
branches:  trunk
changeset: 358317:3d77edf3b83f
user:      scole <scole%pkgsrc.org@localhost>
date:      Thu Feb 09 18:24:32 2017 +0000

description:
new patch, fixes FreeBSD build

diffstat:

 filesystems/squashfs/patches/patch-pseudo.c |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 5eadc8223584 -r 3d77edf3b83f filesystems/squashfs/patches/patch-pseudo.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/squashfs/patches/patch-pseudo.c       Thu Feb 09 18:24:32 2017 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-pseudo.c
+include sys/stat.h
+
+--- pseudo.c.orig      2017-02-06 12:32:28.000000000 -0800
++++ pseudo.c   2017-02-06 12:32:46.000000000 -0800
+@@ -32,6 +32,7 @@
+ #include <stdlib.h>
+ #include <sys/types.h>
+ #include <sys/wait.h>
++#include <sys/stat.h>
+ #include <ctype.h>
+ 
+ #include "pseudo.h"



Home | Main Index | Thread Index | Old Index