From 03d4866ecd27e45b03f3c5f797802a49f8259b4f Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Tue, 5 Nov 2002 04:23:48 +0000 Subject: See if char * makes the Irix C compiler happier than void *? (This used to be commit 6b218da6453032339f2451a434d14894050dd1b5) --- source3/utils/profiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/profiles.c') diff --git a/source3/utils/profiles.c b/source3/utils/profiles.c index 96ab6d612c..70ac8ffcc0 100644 --- a/source3/utils/profiles.c +++ b/source3/utils/profiles.c @@ -531,7 +531,7 @@ int main(int argc, char *argv[]) int opt; int i, fd, aces, start = 0; int process_sids = 0; - void *base; + char *base; struct stat sbuf; fstring sid_str; REGF_HDR *regf_hdr; -- cgit