Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Note that sysalign checks for dev_t/time_t alignmen...
details: https://anonhg.NetBSD.org/src/rev/c98fbc0fe987
branches: trunk
changeset: 790427:c98fbc0fe987
user: njoly <njoly%NetBSD.org@localhost>
date: Tue Oct 08 11:47:57 2013 +0000
description:
Note that sysalign checks for dev_t/time_t alignment too.
diffstat:
sys/kern/makesyscalls.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 46595c4598c3 -r c98fbc0fe987 sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh Tue Oct 08 00:29:24 2013 +0000
+++ b/sys/kern/makesyscalls.sh Tue Oct 08 11:47:57 2013 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index