summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-03 06:09:39 +0000
committerRoland McGrath <roland@gnu.org>1994-10-03 06:09:39 +0000
commit20ed98c063452e0205fc222bcd9ddfe98c0c92ea (patch)
tree53f73dcd613e53439d5835a57274bbbbb9ba0e39 /sysdeps
parentf7508f96c0800763598b0bda843450c44e368f3b (diff)
(_UTSNAME_LENGTH): Increase to 1024.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/utsnamelen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/utsnamelen.h b/sysdeps/generic/utsnamelen.h
index c3bb459215..5594bcc4da 100644
--- a/sysdeps/generic/utsnamelen.h
+++ b/sysdeps/generic/utsnamelen.h
@@ -1,3 +1,3 @@
/* The size of the character arrays used to hold the information
in a `struct utsname'. Enlarge this as necessary. */
-#define _UTSNAME_LENGTH 100
+#define _UTSNAME_LENGTH 1024