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/62c3d437a5da
branches:  trunk
changeset: 829355:62c3d437a5da
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 1930abb3d842 -r 62c3d437a5da 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