b4ec054e1d
of patch-aa, so convert it into a context diff. Found on OS X by schmonz@.
13 lines
334 B
Text
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)
|