diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-30 00:00:11 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-30 00:00:11 +0000 |
| commit | 84f9bf4732e7c3dde79b2c8ad3728dc9ab821c71 (patch) | |
| tree | fbbc6b4d88e3c060be910b271b7c6c4c8c322cef /security/bsmtrace/files/patch-bsmtrace.c | |
| parent | Prevent collision with getline(3) (diff) | |
Prevent collision with dprintf(3)
Notes
Notes:
svn path=/head/; revision=419287
Diffstat (limited to 'security/bsmtrace/files/patch-bsmtrace.c')
| -rw-r--r-- | security/bsmtrace/files/patch-bsmtrace.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/bsmtrace/files/patch-bsmtrace.c b/security/bsmtrace/files/patch-bsmtrace.c new file mode 100644 index 000000000000..3b6cc52d592c --- /dev/null +++ b/security/bsmtrace/files/patch-bsmtrace.c @@ -0,0 +1,11 @@ +--- bsmtrace.c.orig 2014-01-14 22:51:19 UTC ++++ bsmtrace.c +@@ -92,7 +92,7 @@ bsmtrace_exit(int x) + } + + void +-dprintf(char *fmt, ...) ++d_printf(char *fmt, ...) + { + char buf[1024]; + va_list ap; |
