summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 20:41:59 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 20:41:59 -0500
commit1400373cfc70f48349c1840d5a80796b4dceb9ca (patch)
treece16ffeda74476c5e376fd7e55b9eb856aa6522f
parent27b13f30f27bf4bc95c9a528ed83e23167163dd7 (diff)
add missing refs
-rw-r--r--src/pwd/gid_t.ref3
-rw-r--r--src/pwd/uid_t.ref3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/pwd/gid_t.ref b/src/pwd/gid_t.ref
new file mode 100644
index 00000000..076b4c20
--- /dev/null
+++ b/src/pwd/gid_t.ref
@@ -0,0 +1,3 @@
+#include <pwd.h>
+REFERENCE(sys/types/gid_t.c)
+XOPEN(4)
diff --git a/src/pwd/uid_t.ref b/src/pwd/uid_t.ref
new file mode 100644
index 00000000..0ce632cb
--- /dev/null
+++ b/src/pwd/uid_t.ref
@@ -0,0 +1,3 @@
+#include <pwd.h>
+REFERENCE(sys/types/uid_t.c)
+XOPEN(4)