pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/squashfs/patches



Module Name:    pkgsrc
Committed By:   scole
Date:           Thu Feb  9 18:24:32 UTC 2017

Added Files:
        pkgsrc/filesystems/squashfs/patches: patch-pseudo.c

Log Message:
new patch, fixes FreeBSD build


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/filesystems/squashfs/patches/patch-pseudo.c

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

Added files:

Index: pkgsrc/filesystems/squashfs/patches/patch-pseudo.c
diff -u /dev/null pkgsrc/filesystems/squashfs/patches/patch-pseudo.c:1.1
--- /dev/null   Thu Feb  9 18:24:32 2017
+++ pkgsrc/filesystems/squashfs/patches/patch-pseudo.c  Thu Feb  9 18:24:32 2017
@@ -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