X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsys_utsname.in.h;fp=lib%2Fsys_utsname.in.h;h=a8c8d29eeb0d76fdd1baad4ddf575f1f24d625ae;hb=438ac9a296467cfdbe8a9c60d6b64370d89e02f9;hp=b203e0e8750da6441ab5d6e521b5b93f5fe8648f;hpb=4013d14c4b1f18cb4b665a0a47ad80ce3224d25d;p=gnulib.git diff --git a/lib/sys_utsname.in.h b/lib/sys_utsname.in.h index b203e0e87..a8c8d29ee 100644 --- a/lib/sys_utsname.in.h +++ b/lib/sys_utsname.in.h @@ -57,6 +57,7 @@ extern "C" { # define _UTSNAME_MACHINE_LENGTH _UTSNAME_LENGTH # endif +# if !GNULIB_defined_struct_utsname /* Structure describing the system and machine. */ struct utsname { @@ -73,6 +74,9 @@ struct utsname /* Name of the hardware type the system is running on. */ char machine[_UTSNAME_MACHINE_LENGTH]; }; +# define GNULIB_defined_struct_utsname 1 +# endif + #endif /* !@HAVE_STRUCT_UTSNAME@ */