On Thu, 1 Mar 2012 20:08:52 -0500 Matthew Farkas-Dyck wrote: > > Patch failed! Please fix 9base-6-dirread.getdents.patch! > > I have two tests to write and a lab report to give in tomorrow, but > after that I shall try again. >
It is no surprise that patching failed. I used tip version from repository to generate diffs. Try this: $ hg clone http://hg.suckless.org/9base $ cd 9base $ patch -p0 < uclibc_dirread.patch $ patch -p1 < fix_conflicting_declarations.patch $ make