pkgsrc/devel/bglibs/patches/patch-aa
joerg b4ec054e1d GNU patch seems to be too stupid to deal with the unified diff version
of patch-aa, so convert it into a context diff. Found on OS X by
schmonz@.
2006-02-22 13:46:19 +00:00

13 lines
334 B
Text

$NetBSD: patch-aa,v 1.8 2006/02/22 13:46:19 joerg Exp $
This patch is a context diff to hack around bugs in GNU patch.
*** sys/tryclockgettime.c.orig Wed Feb 22 14:38:44 2006
--- sys/tryclockgettime.c Wed Feb 22 14:40:04 2006
***************
*** 2,3 ****
--- 2,4 ----
+ #include <sys/time.h>
#include <time.h>
int main(void)