Dash:
[t2.git] / package / base / dietlibc / ulimit.h-stub.patch
blobcd8a382f71bec90a19843a8df2b7743adc2f99bb
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../dietlibc/ulimit.h-stub.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 We just place a stub ulimit.h in the dietlibc include directory to get stuff
18 like pdksh to compile.
20 - Rene Rebe <rene@exactcode.de>
22 --- dietlibc-0.27/include/ulimit.h.orig 1970-01-01 01:00:00.000000000 +0100
23 +++ dietlibc-0.27/include/ulimit.h 2004-10-02 17:45:44.051302108 +0200
24 @@ -0,0 +1,6 @@
25 +#ifndef _ULIMIT_H_
26 +#define _ULIMIT_H_
28 +/* just a stub -ReneR */
30 +#endif /* _ULIMIT_H_ */