summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-10-15 19:25:31 +0200
committerTom Gundersen <teg@jklm.no>2015-10-22 17:19:54 +0200
commit3ad0c5d8a4e2e2fa7ffcccd7f3457f577908494e (patch)
tree037b47783bb77459c692caeee7e3106505956f3b /src/systemd
parentac691d4abe0970e9255525d1cc6187e553639fea (diff)
sd-icmp6-nd: rename files to sd-ndisc
The actual code rename will follow. The reason for the change of name is to make it simpler and more uniform with how we name other libraries (we don't include the underlying protocol). The new name also matches the naming in the kernel (which is particularly relevent here as we expect to let the kernel do some parts of the protocol and we do others).
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-ndisc.h (renamed from src/systemd/sd-icmp6-nd.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd/sd-icmp6-nd.h b/src/systemd/sd-ndisc.h
index cb6c24a0cb..240feb7bbe 100644
--- a/src/systemd/sd-icmp6-nd.h
+++ b/src/systemd/sd-ndisc.h
@@ -1,7 +1,7 @@
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-#ifndef foosdicmp6ndfoo
-#define foosdicmp6ndfoo
+#ifndef foosdndiscfoo
+#define foosdndiscfoo
/***
This file is part of systemd.