Module Name: src Committed By: reinoud Date: Thu Feb 2 11:10:24 UTC 2012
Modified Files: src/sys/arch/usermode/include: genheaders.sh Log Message: Add cdefs.h to usermode's genheaders.sh To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/usermode/include/genheaders.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/arch/usermode/include/genheaders.sh diff -u src/sys/arch/usermode/include/genheaders.sh:1.5 src/sys/arch/usermode/include/genheaders.sh:1.6 --- src/sys/arch/usermode/include/genheaders.sh:1.5 Sat Jan 14 21:20:56 2012 +++ src/sys/arch/usermode/include/genheaders.sh Thu Feb 2 11:10:24 2012 @@ -20,6 +20,7 @@ HDRS="$HDRS netbsd32_machdep.h" HDRS="$HDRS param.h" HDRS="$HDRS ptrace.h" HDRS="$HDRS wchar_limits.h" +HDRS="$HDRS cdefs.h" for hdr in ${HDRS}; do G="_USERMODE_$(echo ${hdr} | sed 's/\./_/g' | tr [a-z] [A-Z])"