From 7fb3aa4804390c2d5ed347cc21d88560ed34c65b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 20 Mar 2000 18:16:00 +0000 Subject: 2000-03-20 Roland McGrath * delegate.c (fshelp_delegate_translation): Add const to arg type. * fshelp.h: Fix decl. --- libfshelp/delegate.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libfshelp/delegate.c') diff --git a/libfshelp/delegate.c b/libfshelp/delegate.c index b695a47d..c07d6814 100644 --- a/libfshelp/delegate.c +++ b/libfshelp/delegate.c @@ -1,7 +1,6 @@ /* fshelp_delegate_translation - Copyright (C) 1995,96,99 Free Software Foundation, Inc. - + Copyright (C) 1995,96,99,2000 Free Software Foundation, Inc. Written by Miles Bader This program is free software; you can redistribute it and/or @@ -30,7 +29,7 @@ ARGV is the command line. If SERVER_NAME is NULL, then a name is concocted by appending ARGV[0] to _SERVERS. */ error_t -fshelp_delegate_translation (char *server_name, +fshelp_delegate_translation (const char *server_name, mach_port_t requestor, char **argv) { error_t err; -- cgit v1.2.3