diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-17 07:37:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-17 07:37:15 +0000 |
commit | baedc293a82f4132488091055cdb36725e57b455 (patch) | |
tree | 28b257c00b77c2f7c303648a342b89f500cba932 /usr.sbin/config/hash.c | |
parent | e2752879a06e7009eba632f324b70ebbe2e3fb6e (diff) |
document the <sys/param.h>
Diffstat (limited to 'usr.sbin/config/hash.c')
-rw-r--r-- | usr.sbin/config/hash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/hash.c b/usr.sbin/config/hash.c index d387c27a52d..9a4101458f3 100644 --- a/usr.sbin/config/hash.c +++ b/usr.sbin/config/hash.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hash.c,v 1.17 2015/01/16 16:25:50 deraadt Exp $ */ +/* $OpenBSD: hash.c,v 1.18 2015/01/17 07:37:14 deraadt Exp $ */ /* $NetBSD: hash.c,v 1.4 1996/11/07 22:59:43 gwr Exp $ */ /* @@ -41,7 +41,7 @@ * from: @(#)hash.c 8.1 (Berkeley) 6/6/93 */ -#include <sys/param.h> +#include <sys/param.h> /* ALIGNBYTES */ #include <stdlib.h> #include <string.h> |