Files
pkgsrc-ng/time/plan/patches/patch-ag
2013-09-26 17:14:40 +02:00

13 lines
306 B
Plaintext

$NetBSD: patch-ag,v 1.2 2007/04/28 15:20:43 reed Exp $
--- file_w.c.orig 2005-01-09 03:56:32.000000000 -0600
+++ file_w.c 2007-04-26 09:01:01.000000000 -0500
@@ -12,6 +12,7 @@
#ifdef MIPS
#include <sys/types.h>
#include <sys/fcntl.h>
+#include <errno.h>
#else
#include <unistd.h>
#include <fcntl.h>