Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/dumplfs <stdbool.h> for true and false.



details:   https://anonhg.NetBSD.org/src/rev/ae184e00d33d
branches:  trunk
changeset: 345919:ae184e00d33d
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jun 15 14:07:54 2016 +0000

description:
<stdbool.h> for true and false.

diffstat:

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

diffs (26 lines):

diff -r b47e73c4a634 -r ae184e00d33d usr.sbin/dumplfs/dumplfs.c
--- a/usr.sbin/dumplfs/dumplfs.c        Wed Jun 15 13:57:39 2016 +0000
+++ b/usr.sbin/dumplfs/dumplfs.c        Wed Jun 15 14:07:54 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dumplfs.c,v 1.61 2015/10/15 06:24:46 dholland Exp $    */
+/*     $NetBSD: dumplfs.c,v 1.62 2016/06/15 14:07:54 riastradh Exp $   */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -40,7 +40,7 @@
 #if 0
 static char sccsid[] = "@(#)dumplfs.c  8.5 (Berkeley) 5/24/95";
 #else
-__RCSID("$NetBSD: dumplfs.c,v 1.61 2015/10/15 06:24:46 dholland Exp $");
+__RCSID("$NetBSD: dumplfs.c,v 1.62 2016/06/15 14:07:54 riastradh Exp $");
 #endif
 #endif /* not lint */
 
@@ -56,6 +56,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <fstab.h>
+#include <stdbool.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>



Home | Main Index | Thread Index | Old Index