summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/README
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 /lib/libc/rpc/README
parent83a2180cac5e768b5b7a584762161b491dc960a2 (diff)
tweak
Diffstat (limited to 'lib/libc/rpc/README')
-rw-r--r--lib/libc/rpc/README4
1 files changed, 2 insertions, 2 deletions
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()