artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7882b46
)
Add missing includes for setpassent() and setgroupent().
author
millert
<millert@openbsd.org>
Sun, 16 Sep 2018 12:43:40 +0000
(12:43 +0000)
committer
millert
<millert@openbsd.org>
Sun, 16 Sep 2018 12:43:40 +0000
(12:43 +0000)
usr.sbin/mtree/mtree.c
patch
|
blob
|
history
diff --git
a/usr.sbin/mtree/mtree.c
b/usr.sbin/mtree/mtree.c
index
b034441
..
3b7e1c0
100644
(file)
--- a/
usr.sbin/mtree/mtree.c
+++ b/
usr.sbin/mtree/mtree.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: mtree.c,v 1.2
5 2018/09/16 02:41:16
millert Exp $ */
+/* $OpenBSD: mtree.c,v 1.2
6 2018/09/16 12:43:40
millert Exp $ */
/* $NetBSD: mtree.c,v 1.7 1996/09/05 23:29:22 thorpej Exp $ */
/*-
@@
-37,6
+37,8
@@
#include <stdio.h>
#include <limits.h>
#include <fts.h>
+#include <grp.h>
+#include <pwd.h>
#include "mtree.h"
#include "extern.h"