diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2002-09-23 00:29:31 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2002-09-23 00:29:31 +0000 |
| commit | 8c33eced01fd7d7e114d3e6c4204b9612925c17a (patch) | |
| tree | 15afd0451b052f36aa3cb2b0ce56872199c946c5 /sys | |
| parent | c57c56c4a1fd1c2b6844015eec7c77158c21235e (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/alq.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/alq.h b/sys/sys/alq.h index 58d0cb4e1bc9..92e8925462a9 100644 --- a/sys/sys/alq.h +++ b/sys/sys/alq.h @@ -26,8 +26,8 @@ * $FreeBSD$ * */ -#ifndef _SYS_ALD_H_ -#define _SYS_ALD_H_ +#ifndef _SYS_ALQ_H_ +#define _SYS_ALQ_H_ /* * Opaque type for the Async. Logging Queue @@ -114,4 +114,4 @@ struct ale *alq_get(struct alq *alq, int waitok); */ void alq_post(struct alq *, struct ale *); -#endif /* _SYS_ALD_H_ */ +#endif /* _SYS_ALQ_H_ */ |
