summaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen/rpc_util.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-11 21:10:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-11 21:10:43 +0000
commit3bdd691d7c9dbb77eac7c6ddf0d7027b02f405e0 (patch)
treed20d34ee7b890ca306e69390a70e250922b65777 /usr.bin/rpcgen/rpc_util.h
parent3cb264a844ab837e956062cf75bdc9ae06cc4265 (diff)
s/inline/doinline/; christos
Diffstat (limited to 'usr.bin/rpcgen/rpc_util.h')
-rw-r--r--usr.bin/rpcgen/rpc_util.h4
1 files changed, 2 insertions, 2 deletions
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;
/*