From: Russ Cox Date: Mon, 20 Jul 2009 20:37:35 +0000 (-0700) Subject: fix memset in fmtnull. X-Git-Tag: weekly.2009-11-06~1094 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=391355011052768ca574693632f93c5779add280;p=gostls13.git fix memset in fmtnull. R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=31863 CL=31870 --- diff --git a/src/lib9/fmt/fmtnull.c b/src/lib9/fmt/fmtnull.c index b8caacbf7b..dbbf02f9d4 100644 --- a/src/lib9/fmt/fmtnull.c +++ b/src/lib9/fmt/fmtnull.c @@ -16,8 +16,11 @@ * THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. */ -#include -#include +/* Copyright (c) 2004 Google Inc.; see LICENSE */ +#include +#include +#include "plan9.h" +#include "fmt.h" #include "fmtdef.h" /*