]> git.proxmox.com Git - swtpm.git/commit
tpm_ioctl: Remove _t from the types
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Thu, 28 May 2015 16:55:30 +0000 (12:55 -0400)
committerStefan Berger <stefanb@linux.vnet.ibm.com>
Thu, 28 May 2015 16:55:30 +0000 (12:55 -0400)
commit31380fe68eb24f0301c55a9fc73567638db1692c
tree3cadd6797c10a15e23699dcc6a697117f23eb7d8
parent857daa32b901c76f57f94c58fbdb06c0134e400a
tpm_ioctl: Remove _t from the types

Since POSIX reserves the *_t namespace of types, remove it from
all our typedefs. While doing that, adjust the typedefs to all have
the prefix ptm_ .

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
include/swtpm/tpm_ioctl.h
src/swtpm/cuse_tpm.c
src/swtpm_ioctl/tpm_ioctl.c