summaryrefslogtreecommitdiff
path: root/src/libudev/device-nodes.c
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-08-05 17:03:25 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-08-05 17:03:25 -0400
commit4b8733ffe9c0fe8e5a527186d323dab93e43fb37 (patch)
tree54e6e64995f65e619fdbd9a40b2b1e83244507b7 /src/libudev/device-nodes.c
parente35ef44ebe788aaffd1f6910750492bacaba7b6f (diff)
src/{libudev,udev}: minor renamings from upstream
Diffstat (limited to 'src/libudev/device-nodes.c')
-rw-r--r--src/libudev/device-nodes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libudev/device-nodes.c b/src/libudev/device-nodes.c
index 9efafaf548..5ddcaf042c 100644
--- a/src/libudev/device-nodes.c
+++ b/src/libudev/device-nodes.c
@@ -3,7 +3,7 @@
/***
This file is part of eudev, forked from systemd.
- Copyright 2012 Lennart Poettering
+ Copyright 2008-2011 Kay Sievers
systemd is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
@@ -21,8 +21,8 @@
#include <stdlib.h>
#include <stdio.h>
-#include <string.h>
#include <stdint.h>
+#include <string.h>
#include <sys/types.h>
#include "device-nodes.h"