Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/bthcid need <sys/stat.h> for chmod(2)



details:   https://anonhg.NetBSD.org/src/rev/de1ff29eda93
branches:  trunk
changeset: 820512:de1ff29eda93
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 10 20:56:41 2017 +0000

description:
need <sys/stat.h> for chmod(2)

diffstat:

 usr.sbin/bthcid/client.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 6b7bd2ca285b -r de1ff29eda93 usr.sbin/bthcid/client.c
--- a/usr.sbin/bthcid/client.c  Tue Jan 10 20:53:09 2017 +0000
+++ b/usr.sbin/bthcid/client.c  Tue Jan 10 20:56:41 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: client.c,v 1.4 2006/09/29 20:06:11 plunky Exp $        */
+/*     $NetBSD: client.c,v 1.5 2017/01/10 20:56:41 christos Exp $      */
 
 /*-
  * Copyright (c) 2006 Itronix Inc.
@@ -30,11 +30,12 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: client.c,v 1.4 2006/09/29 20:06:11 plunky Exp $");
+__RCSID("$NetBSD: client.c,v 1.5 2017/01/10 20:56:41 christos Exp $");
 
 #include <sys/ioctl.h>
 #include <sys/queue.h>
 #include <sys/time.h>
+#include <sys/stat.h>
 #include <sys/un.h>
 #include <bluetooth.h>
 #include <errno.h>



Home | Main Index | Thread Index | Old Index