]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - bits/utmp.h
login: Add nonstring attributes to struct utmp, struct utmpx [BZ #24899]
[thirdparty/glibc.git] / bits / utmp.h
index 3c02dd4f3fe4e99bad0f84bb84377ffdd8934929..854b342164b785e06aa72d0b8775f6fd0bf5b2a8 100644 (file)
@@ -61,7 +61,8 @@ struct utmp
   pid_t ut_pid;                        /* Process ID of login process.  */
   char ut_line[UT_LINESIZE]
     __attribute_nonstring__;   /* Devicename.  */
-  char ut_id[4];               /* Inittab ID.  */
+  char ut_id[4]
+    __attribute_nonstring__;   /* Inittab ID.  */
   char ut_user[UT_NAMESIZE]
     __attribute_nonstring__;   /* Username.  */
   char ut_host[UT_HOSTSIZE]