[systemd-commits] src/sd-daemon.c
Kay Sievers
kay at kemper.freedesktop.org
Thu May 26 05:24:22 PDT 2011
src/sd-daemon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e6a3081a62cf2a315b2f96a153fa3a774d3607d2
Author: Kay Sievers <kay.sievers at vrfy.org>
Date: Thu May 26 14:23:01 2011 +0200
sd-daemon: remove superfluous _sd_hidden_ from static function
diff --git a/src/sd-daemon.c b/src/sd-daemon.c
index ec436bf..d9f23d6 100644
--- a/src/sd-daemon.c
+++ b/src/sd-daemon.c
@@ -169,7 +169,7 @@ _sd_hidden_ int sd_is_fifo(int fd, const char *path) {
return 1;
}
-_sd_hidden_ static int sd_is_socket_internal(int fd, int type, int listening) {
+static int sd_is_socket_internal(int fd, int type, int listening) {
struct stat st_fd;
if (fd < 0 || type < 0)
More information about the systemd-commits
mailing list