From 1f8e892794c987ca2fc629d5f0f0b709cb3205d5 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 28 Oct 2002 02:16:08 +0000 Subject: [PATCH] ukernel-fix-osi-settime-20021027 make this match the prototype --- src/afs/UKERNEL/afs_usrops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/afs/UKERNEL/afs_usrops.c b/src/afs/UKERNEL/afs_usrops.c index 9763ab085..86503492e 100644 --- a/src/afs/UKERNEL/afs_usrops.c +++ b/src/afs/UKERNEL/afs_usrops.c @@ -211,9 +211,9 @@ int afs_suser(void *credp) * These are no-ops in user space */ -int afs_osi_SetTime(osi_timeval_t *atv) +void afs_osi_SetTime(osi_timeval_t *atv) { - return 0; + return; } /* -- 2.39.5