Module Name: src
Committed By: pooka
Date: Fri Feb 25 18:36:37 UTC 2011
Modified Files:
src/lib/librumphijack: hijack.c
Log Message:
whoops, didn't mean to delete futimes in previous. also from riz
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/lib/librumphijack/hijack.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librumphijack/hijack.c
diff -u src/lib/librumphijack/hijack.c:1.68 src/lib/librumphijack/hijack.c:1.69
--- src/lib/librumphijack/hijack.c:1.68 Fri Feb 25 18:29:00 2011
+++ src/lib/librumphijack/hijack.c Fri Feb 25 18:36:36 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: hijack.c,v 1.68 2011/02/25 18:29:00 pooka Exp $ */
+/* $NetBSD: hijack.c,v 1.69 2011/02/25 18:36:36 pooka Exp $ */
/*-
* Copyright (c) 2011 Antti Kantee. All Rights Reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: hijack.c,v 1.68 2011/02/25 18:29:00 pooka Exp $");
+__RCSID("$NetBSD: hijack.c,v 1.69 2011/02/25 18:36:36 pooka Exp $");
#define __ssp_weak_name(fun) _hijack_ ## fun
@@ -124,6 +124,7 @@
#define REALFSTAT __fstat50
#define REALUTIMES __utimes50
#define REALLUTIMES __lutimes50
+#define REALFUTIMES __futimes50
#define REALMKNOD __mknod50
#endif
#define REALREAD _sys_read