From 3bdd691d7c9dbb77eac7c6ddf0d7027b02f405e0 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 11 Oct 1997 21:10:43 +0000 Subject: s/inline/doinline/; christos --- usr.bin/rpcgen/rpc_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/rpcgen/rpc_util.h') diff --git a/usr.bin/rpcgen/rpc_util.h b/usr.bin/rpcgen/rpc_util.h index 9eaa5a917e7..42d4648540d 100644 --- a/usr.bin/rpcgen/rpc_util.h +++ b/usr.bin/rpcgen/rpc_util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_util.h,v 1.2 1996/06/26 05:38:42 deraadt Exp $ */ +/* $OpenBSD: rpc_util.h,v 1.3 1997/10/11 21:10:42 deraadt Exp $ */ /* $NetBSD: rpc_util.h,v 1.3 1995/06/11 21:50:10 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -79,7 +79,7 @@ extern int logflag; extern int newstyle; extern int Cflag; /* C++ flag */ extern int tirpcflag; /* flag for generating tirpc code */ -extern int inline; /* if this is 0, then do not generate inline code */ +extern int doinline; /* if this is 0, then do not generate inline code */ extern int callerflag; /* -- cgit v1.2.3