summaryrefslogtreecommitdiff
path: root/usr.sbin/btdevctl
diff options
context:
space:
mode:
authorhe <he@NetBSD.org>2006-09-28 09:13:56 +0000
committerhe <he@NetBSD.org>2006-09-28 09:13:56 +0000
commit06658349aad3c8c2c735bceabb8bdb03e6c01eff (patch)
treebf5dc8c2a34b9df39ae8b5acd0c7132f7b80c76f /usr.sbin/btdevctl
parente189b3cc42bae13b819a54a4f944716ec2a7e14a (diff)
Back out previous, <stdlib.h> was the right include.
Diffstat (limited to 'usr.sbin/btdevctl')
-rw-r--r--usr.sbin/btdevctl/print.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/btdevctl/print.c b/usr.sbin/btdevctl/print.c
index 371a57abb78..27da09ad434 100644
--- a/usr.sbin/btdevctl/print.c
+++ b/usr.sbin/btdevctl/print.c
@@ -1,4 +1,4 @@
-/* $NetBSD: print.c,v 1.5 2006/09/28 09:11:04 he Exp $ */
+/* $NetBSD: print.c,v 1.6 2006/09/28 09:13:56 he Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@@ -58,7 +58,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: print.c,v 1.5 2006/09/28 09:11:04 he Exp $");
+__RCSID("$NetBSD: print.c,v 1.6 2006/09/28 09:13:56 he Exp $");
#include <sys/types.h>
@@ -72,7 +72,6 @@ __RCSID("$NetBSD: print.c,v 1.5 2006/09/28 09:11:04 he Exp $");
#include <bluetooth.h>
#include <err.h>
-#include <malloc.h>
#include <usbhid.h>
#include <stdlib.h>