From 05d3a176239c1dd67863c70a5b79d9bc14144ef6 Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Mon, 18 Nov 2013 07:58:43 -0800 Subject: use #pragma once instead of foo*foo define guards --- src/core/syscall-list.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/core/syscall-list.h') diff --git a/src/core/syscall-list.h b/src/core/syscall-list.h index 6bb4d91f91..37efc5681d 100644 --- a/src/core/syscall-list.h +++ b/src/core/syscall-list.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foosyscalllisthfoo -#define foosyscalllisthfoo +#pragma once /*** This file is part of systemd. @@ -40,5 +39,3 @@ const char *syscall_to_name(int id); int syscall_from_name(const char *name); int syscall_max(void); - -#endif -- cgit v1.2.3-54-g00ecf