Module Name: src
Committed By: njoly
Date: Tue Oct 8 11:47:57 UTC 2013
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
Note that sysalign checks for dev_t/time_t alignment too.
To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 src/sys/kern/makesyscalls.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/makesyscalls.sh
diff -u src/sys/kern/makesyscalls.sh:1.133 src/sys/kern/makesyscalls.sh:1.134
--- src/sys/kern/makesyscalls.sh:1.133 Tue Sep 10 17:40:54 2013
+++ src/sys/kern/makesyscalls.sh Tue Oct 8 11:47:57 2013
@@ -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