summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ruserok.c
diff options
context:
space:
mode:
authorguenther <>2015-09-12 14:56:50 +0000
committerguenther <>2015-09-12 14:56:50 +0000
commitbb3dc274c59720dc1e231a536edf176cf9687b2e (patch)
tree6a69eda4ad5fbf1a3d11bcb1b69836678c8514d4 /src/lib/libc/net/ruserok.c
parent816e64a6d2b32b5c4a058d38acc0834a669372c8 (diff)
downloadopenbsd-bb3dc274c59720dc1e231a536edf176cf9687b2e.tar.gz
openbsd-bb3dc274c59720dc1e231a536edf176cf9687b2e.tar.bz2
openbsd-bb3dc274c59720dc1e231a536edf176cf9687b2e.zip
Wrap <unistd.h> so that internal calls go direct and they're all weak symbols
Delete unused 'fd' argument from internal function oldttyname()
Diffstat (limited to 'src/lib/libc/net/ruserok.c')
-rw-r--r--src/lib/libc/net/ruserok.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libc/net/ruserok.c b/src/lib/libc/net/ruserok.c
index eed76d97db..4e83b78bf6 100644
--- a/src/lib/libc/net/ruserok.c
+++ b/src/lib/libc/net/ruserok.c
@@ -174,6 +174,7 @@ again:
174 } 174 }
175 return (-1); 175 return (-1);
176} 176}
177DEF_WEAK(iruserok_sa);
177 178
178/* 179/*
179 * XXX 180 * XXX