Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librumphijack whoops, didn't mean to delete futimes in p...



details:   https://anonhg.NetBSD.org/src/rev/d4629a119ecb
branches:  trunk
changeset: 762688:d4629a119ecb
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Feb 25 18:36:36 2011 +0000

description:
whoops, didn't mean to delete futimes in previous.  also from riz

diffstat:

 lib/librumphijack/hijack.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 17bf11e896ed -r d4629a119ecb lib/librumphijack/hijack.c
--- a/lib/librumphijack/hijack.c        Fri Feb 25 18:29:00 2011 +0000
+++ b/lib/librumphijack/hijack.c        Fri Feb 25 18:36:36 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index