diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-22 23:02:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-22 23:02:55 +0000 |
commit | 822613f0ca988ce0642d9605e115e80023c744d7 (patch) | |
tree | 49993ed84f80a77d2a9ae801d8de1fa2086ed191 /lib/libc/rpc/README | |
parent | 83a2180cac5e768b5b7a584762161b491dc960a2 (diff) |
tweak
Diffstat (limited to 'lib/libc/rpc/README')
-rw-r--r-- | lib/libc/rpc/README | 4 |
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() |