From f05f9de3eda486d9f02c93aa1932f00ab2d97c62 Mon Sep 17 00:00:00 2001 From: dtrg Date: Sun, 25 Feb 2007 12:44:13 +0000 Subject: [PATCH] Moved sys/timeb.h from include/_tail_mon. --- lang/cem/libcc/headers/sys/timeb.h | 11 +++++++++++ lang/cem/libcc/pmfile | 1 + 2 files changed, 12 insertions(+) create mode 100644 lang/cem/libcc/headers/sys/timeb.h 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"), } } -- 2.34.1