summaryrefslogtreecommitdiff
path: root/src/systemd/sd-ipv4ll.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-05-23 17:19:35 +0200
committerLennart Poettering <lennart@poettering.net>2016-05-26 15:34:42 +0200
commit73e94c0dcb41c0924d506a329f874e69409437f6 (patch)
tree92badf3e16a733497db1e22c7a81b9fef564f1d1 /src/systemd/sd-ipv4ll.h
parenta48fc60a331803fcd4add17cdb5b3cae99bc2e80 (diff)
downloadsystemd-73e94c0dcb41c0924d506a329f874e69409437f6.tar.gz
ipv4l-{acd,ll}: make sure ipv4 addresses are unsigned
And some other minor fixes.
Diffstat (limited to 'src/systemd/sd-ipv4ll.h')
-rw-r--r--src/systemd/sd-ipv4ll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-ipv4ll.h b/src/systemd/sd-ipv4ll.h
index 95ed972ffe..4682dd6605 100644
--- a/src/systemd/sd-ipv4ll.h
+++ b/src/systemd/sd-ipv4ll.h
@@ -51,7 +51,7 @@ int sd_ipv4ll_start(sd_ipv4ll *ll);
int sd_ipv4ll_stop(sd_ipv4ll *ll);
sd_ipv4ll *sd_ipv4ll_ref(sd_ipv4ll *ll);
sd_ipv4ll *sd_ipv4ll_unref(sd_ipv4ll *ll);
-int sd_ipv4ll_new (sd_ipv4ll **ret);
+int sd_ipv4ll_new(sd_ipv4ll **ret);
_SD_DEFINE_POINTER_CLEANUP_FUNC(sd_ipv4ll, sd_ipv4ll_unref);