From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 2 Mar 2010 09:49:11 -0700 To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> From: "EBo" Message-ID: In-Reply-To: <7270F240-E0F0-406D-8FB6-52072E23F455@fastmail.fm> References: <14ec7b181002152057p7128c56fre09bee50d96e28ae@mail.gmail.com> <14ec7b181002170844s17b0b37bve34e5e7fe36ec258@mail.gmail.com> <14ec7b181002251345n5cea8b70nd05962d8b6386732@mail.gmail.com> <14ec7b181002251536jc123c89vf5d5814144ddd9ac@mail.gmail.com> <372505d10503442e41069b7ff901c512@ladd.quanstro.net>, <372505d10503442e41069b7ff901c512@ladd.quanstro.net> Subject: [9fans] int errno / errno.h patch Topicbox-Message-UUID: dea040f8-ead5-11e9-9d60-3106f5b1d025 While working on gentoo ebuilds for plan9port, glendix, etc., I came across a patch in Powerman's portage overlay for plan9port. =============================== --- plan9/src/cmd/9660srv/main.c.orig 2009-12-11 19:18:18.000000000 +0200 +++ plan9/src/cmd/9660srv/main.c 2009-12-11 19:18:43.000000000 +0200 @@ -38,7 +38,7 @@ uchar mdata[Maxiosize]; char fdata[Maxfdata]; uchar statbuf[STATMAX]; -int errno; +#include extern Xfsub *xsublist[]; =============================== should the base source include this patch? Best regards, EBo --