From 7a1a51b51341e0d0a35bf021e4104e0c9ae5bf63 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 8 May 2014 10:47:35 -0700 Subject: Fix -Wundef for _UTSNAME_DOMAIN_LENGTH. --- bits/utsname.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bits/utsname.h') diff --git a/bits/utsname.h b/bits/utsname.h index e41c438..5ca7b89 100644 --- a/bits/utsname.h +++ b/bits/utsname.h @@ -21,4 +21,8 @@ /* The size of the character arrays used to hold the information in a `struct utsname'. Enlarge this as necessary. */ -#define _UTSNAME_LENGTH 1024 +#define _UTSNAME_LENGTH 1024 + +/* If nonzero, the size of of the `domainname` field in `struct utsname'. + This is zero to indicate that there should be no such field at all. */ +#define _UTSNAME_DOMAIN_LENGTH 0 -- cgit v1.1