15 lines
321 B
C
15 lines
321 B
C
$NetBSD: patch-src_dotd.c,v 1.1 2013/02/03 13:56:17 schmonz Exp $
|
|
|
|
Use system vsnprintf() as intended (fixes build on OS X 10.6).
|
|
|
|
--- src/dotd.c.orig 2008-12-02 21:50:25.000000000 +0000
|
|
+++ src/dotd.c
|
|
@@ -18,6 +18,8 @@
|
|
* USA.
|
|
*/
|
|
|
|
+#include <config.h>
|
|
+
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|