diff options
author | 2015-12-08 11:55:47 +0000 | |
---|---|---|
committer | 2015-12-08 11:55:47 +0000 | |
commit | b4e989c1f21178d0bc356f12fa665bf545189812 (patch) | |
tree | c034e9e05a410965b7bc6454660b3dd9b08f479d | |
parent | tweak whitespace in struct definition. no functional change. (diff) | |
download | wireguard-openbsd-b4e989c1f21178d0bc356f12fa665bf545189812.tar.xz wireguard-openbsd-b4e989c1f21178d0bc356f12fa665bf545189812.zip |
_SYS_TASKQ_H_ -> _SYS_TASK_H_
-rw-r--r-- | sys/sys/task.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/task.h b/sys/sys/task.h index dc52a9da005..b6c4e202db7 100644 --- a/sys/sys/task.h +++ b/sys/sys/task.h @@ -1,4 +1,4 @@ -/* $OpenBSD: task.h,v 1.9 2015/12/08 11:40:37 dlg Exp $ */ +/* $OpenBSD: task.h,v 1.10 2015/12/08 11:55:47 dlg Exp $ */ /* * Copyright (c) 2013 David Gwynne <dlg@openbsd.org> @@ -16,8 +16,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef _SYS_TASKQ_H_ -#define _SYS_TASKQ_H_ +#ifndef _SYS_TASK_H_ +#define _SYS_TASK_H_ #include <sys/queue.h> @@ -51,4 +51,4 @@ int task_del(struct taskq *, struct task *); #endif /* _KERNEL */ -#endif /* _SYS_TASKQ_H_ */ +#endif /* _SYS_TASK_H_ */ |