Moved sys/timeb.h from include/_tail_mon.
authordtrg <none@none>
Sun, 25 Feb 2007 12:44:13 +0000 (12:44 +0000)
committerdtrg <none@none>
Sun, 25 Feb 2007 12:44:13 +0000 (12:44 +0000)
lang/cem/libcc/headers/sys/timeb.h [new file with mode: 0644]
lang/cem/libcc/pmfile

diff --git a/lang/cem/libcc/headers/sys/timeb.h b/lang/cem/libcc/headers/sys/timeb.h
new file mode 100644 (file)
index 0000000..d4560b1
--- /dev/null
@@ -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;
+};
index bb33077..ec56609 100644 (file)
@@ -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"),
        }
 }