]> www.infradead.org Git - users/dhowells/kafs-utils.git/commitdiff
xg: Convert prname to struct
authorDavid Howells <dhowells@redhat.com>
Thu, 26 Sep 2019 10:20:17 +0000 (11:20 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 26 Sep 2019 10:20:55 +0000 (11:20 +0100)
Signed-off-by: David Howells <dhowells@redhat.com>
rpc-api/pts.xg

index 9545f0b3e962153210e55c931c32d55be91940db..8e3fe3099b7d8311bb032b076e2f4e3285ba0122 100644 (file)
@@ -170,7 +170,9 @@ struct prcheckentry {
 };
 
 
-typedef char prname[PR_MAXNAMELEN];
+struct prname {
+       char prname[PR_MAXNAMELEN];
+};
 
 typedef prname namelist<PR_MAXLIST>;