CARVIEW |
Select Language
HTTP/2 200
date: Wed, 08 Oct 2025 11:22:23 GMT
content-type: text/html; charset=UTF-8
content-encoding: gzip
set-cookie: PHPSESSID=6n37h0n32ej7rsbc96cqseavee; path=/
set-cookie: __cf_bm=U2DO3TuEkiOF1xhFqYlQ394dV76t1JYsBob9Aom8ajI-1759922543-1.0.1.1-tpXcbEkTXUzKJH_nHnansayXAvrJNsWYMAH.UNBGxUWmJ.Sgm87xiN.XjTLIL9uEPDYgGIMqBJleYqNEEQcc4UO2l6eKVZqw8y5eElhNP3w; path=/; expires=Wed, 08-Oct-25 11:52:23 GMT; domain=.rfc-editor.org; HttpOnly; Secure; SameSite=None
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
vary: Accept-Encoding
strict-transport-security: max-age=31536000; includeSubDomains
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
cf-cache-status: DYNAMIC
server: cloudflare
cf-ray: 98b5428e7aec8839-BLR
alt-svc: h3=":443"; ma=86400
RFC Errata Report » RFC Editor
Search RFCs
The Series
For Authors
Sponsor
RFC Errata
RFC 4506, "XDR: External Data Representation Standard", May 2006
Source of RFC: nfsv4 (wit)
Errata ID: 6382
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Ed Schouten
Date Reported: 2021-01-08
Section 6.3 says:
declaration: type-specifier identifier | type-specifier identifier "[" value "]" | type-specifier identifier "<" [ value ] ">" | "opaque" identifier "[" value "]" | "opaque" identifier "<" [ value ] ">" | "string" identifier "<" [ value ] ">" | type-specifier "*" identifier | "void" [...] struct-body: "{" ( declaration ";" ) ( declaration ";" )* "}" [...] type-def: "typedef" declaration ";" | "enum" identifier enum-body ";" | "struct" identifier struct-body ";" | "union" identifier union-body ";"
It should say:
None
Notes:
This grammar permits statements like:
typedef void;
struct foo { void; };
rpcgen doesn't allow this, failing with the following error message:
voids allowed only inside union and program definitions with one argument
IAB • IANA • IETF • IRTF • ISE • ISOC • IETF Trust
Reports • Privacy Statement • Site Map • Contact Us