From: dtrg Date: Sun, 25 Feb 2007 12:44:13 +0000 (+0000) Subject: Moved sys/timeb.h from include/_tail_mon. X-Git-Tag: release-6-0-pre-1~17 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f05f9de3eda486d9f02c93aa1932f00ab2d97c62;p=ack.git Moved sys/timeb.h from include/_tail_mon. --- diff --git a/lang/cem/libcc/headers/sys/timeb.h b/lang/cem/libcc/headers/sys/timeb.h new file mode 100644 index 000000000..d4560b199 --- /dev/null +++ b/lang/cem/libcc/headers/sys/timeb.h @@ -0,0 +1,11 @@ +/* $Id$ */ +/* + * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. + * See the copyright notice in the ACK home directory, in the file "Copyright". + */ +struct timeb { + time_t time; + u_short millitm; + short timezone; + short dstflag; +}; diff --git a/lang/cem/libcc/pmfile b/lang/cem/libcc/pmfile index bb3307798..ec566096a 100644 --- a/lang/cem/libcc/pmfile +++ b/lang/cem/libcc/pmfile @@ -28,6 +28,7 @@ local headers = group { pm.install(d.."headers/sys/stat.h", "%BINDIR%include/knr/sys/stat.h"), pm.install(d.."headers/sys/stdtypes.h", "%BINDIR%include/knr/sys/stdtypes.h"), pm.install(d.."headers/sys/types.h", "%BINDIR%include/knr/sys/types.h"), + pm.install(d.."headers/sys/timeb.h", "%BINDIR%include/knr/sys/timeb.h"), } }