mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
$NetBSD: patch-ac,v 1.1 2008/07/30 10:40:56 schmonz Exp $
|
|
|
|
--- leapsecs_read.c.orig 1998-09-04 22:33:37.000000000 -0400
|
|
+++ leapsecs_read.c
|
|
@@ -2,6 +2,7 @@
|
|
#include <sys/stat.h>
|
|
#include <fcntl.h>
|
|
#include <errno.h>
|
|
+#include <unistd.h>
|
|
extern int errno;
|
|
#include "tai.h"
|
|
#include "leapsecs.h"
|