Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/makefs/msdos Need strings.h for ffs()
details: https://anonhg.NetBSD.org/src/rev/85d8be4178c7
branches: trunk
changeset: 359054:85d8be4178c7
user: sevan <sevan%NetBSD.org@localhost>
date: Sat Jan 27 02:07:33 2018 +0000
description:
Need strings.h for ffs()
diffstat:
usr.sbin/makefs/msdos/msdosfs_vfsops.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 5fb8292d3958 -r 85d8be4178c7 usr.sbin/makefs/msdos/msdosfs_vfsops.c
--- a/usr.sbin/makefs/msdos/msdosfs_vfsops.c Sat Jan 27 00:23:19 2018 +0000
+++ b/usr.sbin/makefs/msdos/msdosfs_vfsops.c Sat Jan 27 02:07:33 2018 +0000
@@ -50,7 +50,7 @@
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: msdosfs_vfsops.c,v 1.10 2016/01/30 09:59:27 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: msdosfs_vfsops.c,v 1.11 2018/01/27 02:07:33 sevan Exp $");
#include <sys/param.h>
@@ -68,6 +68,7 @@
#include <stdlib.h>
#include <string.h>
#include <util.h>
+#include <strings.h>
#include "makefs.h"
#include "msdos.h"
Home |
Main Index |
Thread Index |
Old Index