diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-28 22:03:53 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-28 23:45:59 -0400 |
commit | 76877b46b652fbfcf8618458556178717b815cd8 (patch) | |
tree | a7849fdfc5cb29327a0b1cf082bcf2b0f5098423 /src/shared | |
parent | 13cbf3a5f0cf4a1d89413d0ffc4a9067b1d6d1a8 (diff) |
tests: add some silly tests for path-util.c
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/path-util.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/shared/path-util.h b/src/shared/path-util.h index ff523943dc..9347bc3a9b 100644 --- a/src/shared/path-util.h +++ b/src/shared/path-util.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foopathutilhfoo -#define foopathutilhfoo +#pragma once /*** This file is part of systemd. @@ -41,5 +40,3 @@ char **path_strv_canonicalize_uniq(char **l); int path_is_mount_point(const char *path, bool allow_symlink); int path_is_read_only_fs(const char *path); - -#endif |