Module Name:    src
Committed By:   dholland
Date:           Fri Apr  5 03:18:27 UTC 2013

Modified Files:
        src/usr.sbin/wsfontload: wsfontload.c

Log Message:
remove extraneous malloc.h


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/wsfontload/wsfontload.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/wsfontload/wsfontload.c
diff -u src/usr.sbin/wsfontload/wsfontload.c:1.17 src/usr.sbin/wsfontload/wsfontload.c:1.18
--- src/usr.sbin/wsfontload/wsfontload.c:1.17	Wed Aug 31 13:32:42 2011
+++ src/usr.sbin/wsfontload/wsfontload.c	Fri Apr  5 03:18:26 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: wsfontload.c,v 1.17 2011/08/31 13:32:42 joerg Exp $ */
+/* $NetBSD: wsfontload.c,v 1.18 2013/04/05 03:18:26 dholland Exp $ */
 
 /*
  * Copyright (c) 1999
@@ -34,7 +34,6 @@
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <err.h>
-#include <malloc.h>
 
 #include <dev/wscons/wsconsio.h>
 

Reply via email to