]> Cypherpunks repositories - gostls13.git/commitdiff
fix memset in fmtnull.
authorRuss Cox <rsc@golang.org>
Mon, 20 Jul 2009 20:37:35 +0000 (13:37 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 20 Jul 2009 20:37:35 +0000 (13:37 -0700)
R=r
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=31863
CL=31870

src/lib9/fmt/fmtnull.c

index b8caacbf7b7d88d013ec6c76d55db114d0ac5a7e..dbbf02f9d48683e852fa117e915560de9d6019ef 100644 (file)
  * THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
  */
 
-#include <u.h>
-#include <libc.h>
+/* Copyright (c) 2004 Google Inc.; see LICENSE */
+#include <stdarg.h>
+#include <string.h>
+#include "plan9.h"
+#include "fmt.h"
 #include "fmtdef.h"
 
 /*