summaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen/rpc_hout.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-07-14 17:54:00 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-07-14 17:54:00 +0000
commit40ad88851bea3bb7fce12e7d23e5a0c1159e9080 (patch)
tree6c7d6c49e0d195459b63ed0699dde870666fc676 /usr.bin/rpcgen/rpc_hout.c
parentffaa6f7c3807f429ade6b908e27e50f92278f7d8 (diff)
Notes
Diffstat (limited to 'usr.bin/rpcgen/rpc_hout.c')
-rw-r--r--usr.bin/rpcgen/rpc_hout.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/rpcgen/rpc_hout.c b/usr.bin/rpcgen/rpc_hout.c
index e5d5647f0f7a..4598de6de93f 100644
--- a/usr.bin/rpcgen/rpc_hout.c
+++ b/usr.bin/rpcgen/rpc_hout.c
@@ -31,8 +31,10 @@
#ident "@(#)rpc_hout.c 1.16 94/04/25 SMI"
#ifndef lint
+#if 0
static char sccsid[] = "@(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI";
#endif
+#endif
/*
* rpc_hout.c, Header file outputter for the RPC protocol compiler
@@ -113,6 +115,7 @@ print_funcdef(def)
pprogramdef(def);
break;
default:
+ break;
}
}