blob: 8dd8051515eed60e62496476dd459c223585a708 (
plain)
1
2
3
4
5
6
7
8
9
|
$NetBSD: patch-ae,v 1.1 2007/12/22 20:05:44 minskim Exp $
--- lib/utimens.h.orig 2007-02-23 10:25:21.000000000 -0800
+++ lib/utimens.h
@@ -1,3 +1,3 @@
#include <time.h>
-int futimens (int, char const *, struct timespec const [2]);
+int gl_futimens (int, char const *, struct timespec const [2]);
int utimens (char const *, struct timespec const [2]);
|