Module Name: src
Committed By: riastradh
Date: Fri Feb 19 03:54:37 UTC 2016
Modified Files:
src/libexec/lfs_cleanerd: lfs_cleanerd.c
Log Message:
Need <stdbool.h> for true/false.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/libexec/lfs_cleanerd/lfs_cleanerd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/lfs_cleanerd/lfs_cleanerd.c
diff -u src/libexec/lfs_cleanerd/lfs_cleanerd.c:1.55 src/libexec/lfs_cleanerd/lfs_cleanerd.c:1.56
--- src/libexec/lfs_cleanerd/lfs_cleanerd.c:1.55 Thu Oct 15 06:25:04 2015
+++ src/libexec/lfs_cleanerd/lfs_cleanerd.c Fri Feb 19 03:54:37 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs_cleanerd.c,v 1.55 2015/10/15 06:25:04 dholland Exp $ */
+/* $NetBSD: lfs_cleanerd.c,v 1.56 2016/02/19 03:54:37 riastradh Exp $ */
/*-
* Copyright (c) 2005 The NetBSD Foundation, Inc.
@@ -45,6 +45,7 @@
#include <errno.h>
#include <fcntl.h>
#include <semaphore.h>
+#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>