From mint-bounce@lists.fishpool.fi Sun Jun 15 14:53:54 2008 X-Virus-Scanned: amavisd-new at demon.co.uk Subject: [MiNT] remove psignal definition from unistd.h From: Alan Hourihane To: mint Content-Type: multipart/mixed; boundary="=-U0GDjDyzKRQAPzJqNHzL" Date: Sun, 15 Jun 2008 19:50:44 +0100 Message-Id: <1213555844.12702.406.camel@jetpack.demon.co.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: alanh@fairlite.demon.co.uk Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: --=-U0GDjDyzKRQAPzJqNHzL Content-Type: text/plain Content-Transfer-Encoding: 7bit Patch to remove from unistd.h as it's defined in signal.h and the definition differs because of __THROW. Alan. --=-U0GDjDyzKRQAPzJqNHzL Content-Disposition: attachment; filename=unistd.h.patch Content-Type: text/x-patch; name=unistd.h.patch; charset=UTF-8 Content-Transfer-Encoding: 7bit Index: include/unistd.h =================================================================== RCS file: /mint/mintlib/include/unistd.h,v retrieving revision 1.11 diff -u -r1.11 unistd.h --- include/unistd.h 6 Dec 2005 19:08:17 -0000 1.11 +++ include/unistd.h 15 Jun 2008 18:50:20 -0000 @@ -1033,7 +1031,6 @@ extern long random (void) __THROW; extern void srandom (unsigned int seed) __THROW; -extern void psignal (int, const char *) __THROW; extern long tell (int) __THROW; --=-U0GDjDyzKRQAPzJqNHzL--