X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/ad7871609881e73855d0b04da49b486cd93efca7..ed554bc5e4201344d7eaad78263566e79428759c:/usr/src/include/time.h?ds=inline diff --git a/usr/src/include/time.h b/usr/src/include/time.h index 05504b6ec6..93d7d7275e 100644 --- a/usr/src/include/time.h +++ b/usr/src/include/time.h @@ -1,6 +1,11 @@ /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. + * (c) UNIX System Laboratories, Inc. + * All or some portions of this file are derived from material licensed + * to the University of California by American Telephone and Telegraph + * Co. or Unix System Laboratories, Inc. and are reproduced herein with + * the permission of UNIX System Laboratories, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -30,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)time.h 8.1 (Berkeley) 6/2/93 + * @(#)time.h 8.3 (Berkeley) 1/21/94 */ #ifndef _TIME_H_ @@ -71,6 +76,8 @@ struct tm { char *tm_zone; /* timezone abbreviation */ }; +#include /* Include file containing CLK_TCK. */ + #include __BEGIN_DECLS