[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_7-39-g1281e1c
From: |
Giuseppe Scrivano |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_7-39-g1281e1c |
Date: |
Mon, 15 Mar 2010 00:47:40 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".
The branch, master has been updated
via 1281e1c5f88cbc9f99bd6b33d788c795fbccd30f (commit)
from bba671cb737f2defb01e46f18be888a9a35654ec (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=1281e1c5f88cbc9f99bd6b33d788c795fbccd30f
commit 1281e1c5f88cbc9f99bd6b33d788c795fbccd30f
Author: Giuseppe Scrivano <address@hidden>
Date: Mon Mar 15 01:43:47 2010 +0100
rlogind: declare extern only under glibc.
diff --git a/ChangeLog b/ChangeLog
index 66d4f34..87d54aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-15 Giuseppe Scrivano <address@hidden>
+
+ * src/rlogind.c (iruserok): declare extern only under glibc.
+
2010-03-10 Ludovic Courtès <address@hidden> (tiny change)
* ftp/main.c (main): Call getservbyname(3) after arguments have
diff --git a/src/rlogind.c b/src/rlogind.c
index d247b6a..b73d7fc 100644
--- a/src/rlogind.c
+++ b/src/rlogind.c
@@ -190,8 +190,10 @@ int local_dot_count;
struct winsize win = { 0, 0, 0, 0 };
+#ifdef __GLIBC__
extern int iruserok (uint32_t raddr, int superuser,
const char *ruser, const char *luser);
+#endif
void rlogin_daemon (int maxchildren, int port);
int rlogind_auth (int fd, struct auth_data *ap);
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
src/rlogind.c | 2 ++
2 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_7-39-g1281e1c,
Giuseppe Scrivano <=