Module Name:    src
Committed By:   christos
Date:           Tue Jan 10 20:56:41 UTC 2017

Modified Files:
        src/usr.sbin/bthcid: client.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/bthcid/client.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/bthcid/client.c
diff -u src/usr.sbin/bthcid/client.c:1.4 src/usr.sbin/bthcid/client.c:1.5
--- src/usr.sbin/bthcid/client.c:1.4	Fri Sep 29 16:06:11 2006
+++ src/usr.sbin/bthcid/client.c	Tue Jan 10 15:56:41 2017
@@ -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>

Reply via email to