From 815709f7c7caf2053ca04211a8fbb5e0de7e3018 Mon Sep 17 00:00:00 2001 From: njoly Date: Tue, 8 Oct 2013 11:47:57 +0000 Subject: [PATCH] Note that sysalign checks for dev_t/time_t alignment too. --- sys/kern/makesyscalls.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/makesyscalls.sh b/sys/kern/makesyscalls.sh index b882151e599f..219d166a95c7 100644 --- a/sys/kern/makesyscalls.sh +++ b/sys/kern/makesyscalls.sh @@ -1,4 +1,4 @@ -# $NetBSD: makesyscalls.sh,v 1.133 2013/09/10 17:40:54 pooka Exp $ +# $NetBSD: makesyscalls.sh,v 1.134 2013/10/08 11:47:57 njoly Exp $ # # Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou # All rights reserved. @@ -41,7 +41,7 @@ case $# in esac # the config file sets the following variables: -# sysalign check for alignment of off_t +# sysalign check for alignment of off_t/dev_t/time_t # sysnames the syscall names file # sysnumhdr the syscall numbers file # syssw the syscall switch file