summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-08-22 23:02:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-08-22 23:02:55 +0000
commit822613f0ca988ce0642d9605e115e80023c744d7 (patch)
tree49993ed84f80a77d2a9ae801d8de1fa2086ed191
parent83a2180cac5e768b5b7a584762161b491dc960a2 (diff)
tweak
-rw-r--r--lib/libc/rpc/DISCLAIMER12
-rw-r--r--lib/libc/rpc/README4
2 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/rpc/DISCLAIMER b/lib/libc/rpc/DISCLAIMER
index e7ff7f5663d..42248ea1ad1 100644
--- a/lib/libc/rpc/DISCLAIMER
+++ b/lib/libc/rpc/DISCLAIMER
@@ -1,4 +1,4 @@
-/* $OpenBSD: DISCLAIMER,v 1.2 1996/07/20 06:12:14 deraadt Exp $ */
+/* $OpenBSD: DISCLAIMER,v 1.3 2002/08/22 23:02:54 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
diff --git a/lib/libc/rpc/README b/lib/libc/rpc/README
index ad9d70f9905..eb960e6a307 100644
--- a/lib/libc/rpc/README
+++ b/lib/libc/rpc/README
@@ -163,7 +163,7 @@ the compiler file mip/manifest.h:
*/
! #define TNULL PTR /* pointer to UNDEF */
#define TVOID FTN /* function returning UNDEF (for void) */
-
+
/*
--- 21,27 ----
/*
@@ -171,7 +171,7 @@ the compiler file mip/manifest.h:
*/
! #define TNULL INCREF(MOETY) /* pointer to MOETY -- impossible type */
#define TVOID FTN /* function returning UNDEF (for void) */
-
+
/*
If you cannot fix your compiler, change the declaration in reply_proc()