diff options
author | Xin LI <delphij@FreeBSD.org> | 2017-02-12 07:04:44 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2017-02-12 07:04:44 +0000 |
commit | c8c6d70e300aa9261c4766502c179fc4cd2b22a0 (patch) | |
tree | 14c068bb8b49db9f9ae540e8e2be80a9035e403a /msdos/bin2c.c | |
parent | 50224b10fa4e157f09ee1cd03c790c9e61e76c5e (diff) |
Vendor import of libpcap 1.8.1.vendor/libpcap/1.8.1
Notes
Notes:
svn path=/vendor/libpcap/dist/; revision=313676
svn path=/vendor/libpcap/1.8.1/; revision=313677; tag=vendor/libpcap/1.8.1
Diffstat (limited to 'msdos/bin2c.c')
-rw-r--r-- | msdos/bin2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/msdos/bin2c.c b/msdos/bin2c.c index a6a3c8874810..26d90083fbfb 100644 --- a/msdos/bin2c.c +++ b/msdos/bin2c.c @@ -3,7 +3,7 @@ #include <stdarg.h> #include <time.h> -static void Abort (char *fmt,...) +static void Abort (const char *fmt,...) { va_list args; va_start (args, fmt); @@ -27,7 +27,7 @@ int main (int argc, char **argv) fprintf (outFile, "/* data statements for file %s at %.24s */\n" - "/* Generated by BIN2C, G.Vanem 1995 */\n", + "/* Generated by BIN2C, G. Vanem 1995 */\n", argv[1], ctime(&now)); i = 0; |