=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Attic/sprite.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/make/Attic/sprite.h 1996/06/26 05:36:36 1.2 --- src/usr.bin/make/Attic/sprite.h 1996/11/30 21:09:03 1.3 *************** *** 1,9 **** ! /* $OpenBSD: sprite.h,v 1.2 1996/06/26 05:36:36 deraadt Exp $ */ ! /* $NetBSD: sprite.h,v 1.5 1995/06/14 15:19:54 christos Exp $ */ /* ! * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. ! * Copyright (c) 1988, 1989 by Adam de Boor * Copyright (c) 1989 by Berkeley Softworks * All rights reserved. * --- 1,9 ---- ! /* $OpenBSD: sprite.h,v 1.3 1996/11/30 21:09:03 millert Exp $ */ ! /* $NetBSD: sprite.h,v 1.6 1996/11/06 17:59:22 christos Exp $ */ /* ! * Copyright (c) 1988, 1989, 1990, 1993 ! * The Regents of the University of California. All rights reserved. * Copyright (c) 1989 by Berkeley Softworks * All rights reserved. * *************** *** 38,44 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ! * from: @(#)sprite.h 5.3 (Berkeley) 6/1/90 */ /* --- 38,44 ---- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ! * from: @(#)sprite.h 8.1 (Berkeley) 6/6/93 */ /* *************** *** 72,78 **** typedef int ReturnStatus; /* ! * The following statuses overlap with the first 2 generic statuses * defined in status.h: * * SUCCESS There was no error. --- 72,78 ---- typedef int ReturnStatus; /* ! * The following statuses overlap with the first 2 generic statuses * defined in status.h: * * SUCCESS There was no error. *************** *** 84,90 **** /* ! * A nil pointer must be something that will cause an exception if * referenced. There are two nils: the kernels nil and the nil used * by user processes. */ --- 84,90 ---- /* ! * A nil pointer must be something that will cause an exception if * referenced. There are two nils: the kernels nil and the nil used * by user processes. */