From cf67baeae848d768373f2ba912b6aa5cce12adca Mon Sep 17 00:00:00 2001
From: Miles Bader <miles@gnu.org>
Date: Mon, 13 Nov 1995 18:55:02 +0000
Subject: Waste some time adding reply port args that no one will use.

---
 libtrivfs/file-utimes.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'libtrivfs/file-utimes.c')

diff --git a/libtrivfs/file-utimes.c b/libtrivfs/file-utimes.c
index a1f5d17e..916a8d8a 100644
--- a/libtrivfs/file-utimes.c
+++ b/libtrivfs/file-utimes.c
@@ -19,8 +19,9 @@
 #include "fs_S.h"
 
 kern_return_t
-trivfs_S_file_utimes (struct trivfs_protid *cred, time_value_t atime,
-		      time_value_t mtime)
+trivfs_S_file_utimes (struct trivfs_protid *cred,
+		      mach_port_t reply, mach_msg_type_name_t reply_type,
+		      time_value_t atime, time_value_t mtime)
 {
   return cred ? file_utimes (cred->realnode, atime, mtime) : EOPNOTSUPP;
 }
-- 
cgit v1.2.3