X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/b26c92351a078b89c21e2625d2c7afd809a78e0b..c2714ef59c9198e2c0d7aaf2cb07b9daddbf4490:/sys/sys/callout.h diff --git a/sys/sys/callout.h b/sys/sys/callout.h index 49ad4ac26b..2d8d6d4b44 100644 --- a/sys/sys/callout.h +++ b/sys/sys/callout.h @@ -1,3 +1,10 @@ +/* + * Copyright (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. + */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,7 +38,7 @@ * SUCH DAMAGE. * * from: @(#)callout.h 7.2 (Berkeley) 2/15/91 - * $Id: callout.h,v 1.3 1993/11/07 17:52:22 wollman Exp $ + * $Id: callout.h,v 1.4 1993/11/25 01:37:53 wollman Exp $ */ #ifndef _SYS_CALLOUT_H_