summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-03-10 05:25:28 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-03-10 05:37:01 +0100
commit0c900704e7e9ad6732baf0e61b6817d76fc01fed (patch)
treef6899b3e29539e5b13e15a3a715b083ec441244a /src/shared
parent6c767d1e1a1815fbd4d2b196fb92a0d85cfde5b2 (diff)
Add type specifier for int
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/util.c b/src/shared/util.c
index a13819e79a..b90e10ffb2 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -2592,7 +2592,7 @@ char* dirname_malloc(const char *path) {
int dev_urandom(void *p, size_t n) {
static int have_syscall = -1;
- _cleanup_close_ fd = -1;
+ _cleanup_close_ int fd = -1;
int r;
/* Gathers some randomness from the kernel. This call will