mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Add patch to fix it. PR: 219352 Submitted by: Phillip R. Jaenke <prj@rootwyrm.com> Approved by: maintainer timeout.
11 lines
279 B
C
11 lines
279 B
C
--- tpmd/unix/tpmd.c.orig 2011-12-20 18:30:06 UTC
|
|
+++ tpmd/unix/tpmd.c
|
|
@@ -85,7 +85,7 @@ static void print_usage(char *name)
|
|
|
|
static void parse_options(int argc, char **argv)
|
|
{
|
|
- char c;
|
|
+ int c;
|
|
struct passwd *pwd;
|
|
struct group *grp;
|
|
opt_uid = getuid();
|