diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-28 01:49:41 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-28 02:08:08 +0100 |
commit | 82bdf8ce36ccfe1b6ff389a9c9c7e2b2d049a43d (patch) | |
tree | 4da01bc656a8732aa5b36c15c2aca7d10bc7af1e /src | |
parent | 46eea341c36f0caf0bdd5b2274a1ef7cb4e83e97 (diff) |
sd-network: fix header
Diffstat (limited to 'src')
-rw-r--r-- | src/systemd/sd-network.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd/sd-network.h b/src/systemd/sd-network.h index c0b093d067..984527f240 100644 --- a/src/systemd/sd-network.h +++ b/src/systemd/sd-network.h @@ -1,7 +1,7 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foosdloginhfoo -#define foosdloginhfoo +#ifndef foosdnetworkhfoo +#define foosdnetworkhfoo /*** This file is part of systemd. |