Module Name:    src
Committed By:   riastradh
Date:           Fri Feb 19 03:53:47 UTC 2016

Modified Files:
        src/sbin/fsck_lfs: lfs.c

Log Message:
Need <stdbool.h> for true/false.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sbin/fsck_lfs/lfs.c

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

Modified files:

Index: src/sbin/fsck_lfs/lfs.c
diff -u src/sbin/fsck_lfs/lfs.c:1.69 src/sbin/fsck_lfs/lfs.c:1.70
--- src/sbin/fsck_lfs/lfs.c:1.69	Thu Oct 15 06:24:55 2015
+++ src/sbin/fsck_lfs/lfs.c	Fri Feb 19 03:53:46 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs.c,v 1.69 2015/10/15 06:24:55 dholland Exp $ */
+/* $NetBSD: lfs.c,v 1.70 2016/02/19 03:53:46 riastradh Exp $ */
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -80,6 +80,7 @@
 #include <err.h>
 #include <errno.h>
 #include <stdarg.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

Reply via email to