From 391355011052768ca574693632f93c5779add280 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 20 Jul 2009 13:37:35 -0700 Subject: [PATCH] fix memset in fmtnull. R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=31863 CL=31870 --- src/lib9/fmt/fmtnull.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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" /* -- 2.48.1