diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-01-13 09:34:42 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-01-13 09:34:42 +0000 |
commit | bd20520e497e2e8dba6a545135a1400ec58c4e0c (patch) | |
tree | 066dfaff7275af339d25489de03ae03cbb45deb1 /graphics/urt/files/patch-lib-scanargs.c | |
parent | Fix plist (diff) |
- Fix some potential buffer overflows
- build cleanup
Submitted by: Pedro F. Giffuni
Notes
Notes:
svn path=/head/; revision=126309
Diffstat (limited to 'graphics/urt/files/patch-lib-scanargs.c')
-rw-r--r-- | graphics/urt/files/patch-lib-scanargs.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/graphics/urt/files/patch-lib-scanargs.c b/graphics/urt/files/patch-lib-scanargs.c deleted file mode 100644 index eb174fe955f0..000000000000 --- a/graphics/urt/files/patch-lib-scanargs.c +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/scanargs.c.orig Tue Oct 28 07:54:53 2003 -+++ lib/scanargs.c Tue Oct 28 07:55:14 2003 -@@ -43,6 +43,7 @@ - #include "rle_config.h" - #include <stdio.h> - #include <ctype.h> -+#define USE_STDARG - #ifndef USE_STDARG - #include <varargs.h> - #else |