diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-17 12:32:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-17 12:32:12 +0000 |
commit | 00b817ba7dabadac798694d6c29475d323c12abf (patch) | |
tree | c69083d4ef839c446d07e7b9b2254c009d3d13ee /lib/librpcsvc/spray.x | |
parent | 6f1afb03a5d11240562513b6e4fc6199cff99b76 (diff) |
pretty
Diffstat (limited to 'lib/librpcsvc/spray.x')
-rw-r--r-- | lib/librpcsvc/spray.x | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/librpcsvc/spray.x b/lib/librpcsvc/spray.x index 9d9f5f3a413..63d5558b691 100644 --- a/lib/librpcsvc/spray.x +++ b/lib/librpcsvc/spray.x @@ -1,4 +1,4 @@ -/* $OpenBSD: spray.x,v 1.2 1997/08/19 07:54:52 niklas Exp $ */ +/* $OpenBSD: spray.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -7,23 +7,23 @@ * may copy or modify Sun RPC without charge, but are not authorized * to license or distribute it to anyone else except as part of a product or * program developed by the user. - * + * * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. - * + * * Sun RPC is provided with no support and without any obligation on the * part of Sun Microsystems, Inc. to assist in its use, correction, * modification or enhancement. - * + * * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC * OR ANY PART THEREOF. - * + * * In no event will Sun Microsystems, Inc. be liable for any lost revenue * or profits or other special, indirect and consequential damages, even if * Sun has been advised of the possibility of such damages. - * + * * Sun Microsystems, Inc. * 2550 Garcia Avenue * Mountain View, California 94043 @@ -38,7 +38,7 @@ %#ifndef lint %/*static char sccsid[] = "from: @(#)spray.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/ %/*static char sccsid[] = "from: @(#)spray.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$OpenBSD: spray.x,v 1.2 1997/08/19 07:54:52 niklas Exp $"; +%static char rcsid[] = "$OpenBSD: spray.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $"; %#endif /* not lint */ #endif @@ -77,7 +77,7 @@ program SPRAYPROG { version SPRAYVERS { /* * Just throw away the data and increment the counter - * This call never returns, so the client should always + * This call never returns, so the client should always * time it out. */ void @@ -87,7 +87,7 @@ program SPRAYPROG { * Get the value of the counter and elapsed time since * last CLEAR. */ - spraycumul + spraycumul SPRAYPROC_GET(void) = 2; /* |