Browse Source

musl: addeed patch for building psmisc.

master
Nagy Károly Gábriel 9 years ago
parent
commit
41433e6037
1 changed files with 28 additions and 0 deletions
  1. +28
    -0
      base/musl/pkg/psmisc/psmisc-add-limits_h.patch

+ 28
- 0
base/musl/pkg/psmisc/psmisc-add-limits_h.patch

@ -0,0 +1,28 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../musl/pkg/psmisc/psmisc-add-limits_h.patch
# Copyright (C) 2015 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
diff -Naur psmisc-22.21.orig/src/pstree.c psmisc-22.21/src/pstree.c
--- psmisc-22.21.orig/src/pstree.c 2013-09-29 05:11:56.000000000 +0000
+++ psmisc-22.21/src/pstree.c 2014-03-26 13:30:36.000000000 +0000
@@ -41,6 +41,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
+#include <limits.h>
#include "i18n.h"
#include "comm.h"

Loading…
Cancel
Save