summaryrefslogtreecommitdiff
path: root/core/openbsd/include
diff options
context:
space:
mode:
Diffstat (limited to 'core/openbsd/include')
-rw-r--r--core/openbsd/include/grp.h2
-rw-r--r--core/openbsd/include/pwd.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/core/openbsd/include/grp.h b/core/openbsd/include/grp.h
new file mode 100644
index 00000000..49f4dfd4
--- /dev/null
+++ b/core/openbsd/include/grp.h
@@ -0,0 +1,2 @@
+#include_next <grp.h>
+#define setgroupent(n) setgrent()
diff --git a/core/openbsd/include/pwd.h b/core/openbsd/include/pwd.h
new file mode 100644
index 00000000..e859a8d1
--- /dev/null
+++ b/core/openbsd/include/pwd.h
@@ -0,0 +1,2 @@
+#include_next <pwd.h>
+#define setpassent(n) setpwent()