File tree 30 files changed +249
-126
lines changed 30 files changed +249
-126
lines changed Original file line number Diff line number Diff line change 1
- # from: @(#) Makefile 5.10 (Berkeley) 5/11/90
2
- # $Id: Makefile,v 1.4 1994/12/22 09:36:08 cgd Exp $
1
+ # $NetBSD: Makefile,v 1.5 1995/04/22 10:36:43 cgd Exp $
2
+ # @(#) Makefile 8.1 (Berkeley) 5/31/93
3
3
4
4
PROG = sail
5
5
SRCS = main.c pl_main.c pl_1.c pl_2.c pl_3.c pl_4.c pl_5.c pl_6.c pl_7.c \
Original file line number Diff line number Diff line change
1
+ /* $NetBSD: assorted.c,v 1.3 1995/04/22 10:36:45 cgd Exp $ */
2
+
1
3
/*
2
- * Copyright (c) 1983 Regents of the University of California.
3
- * All rights reserved.
4
+ * Copyright (c) 1983, 1993
5
+ * The Regents of the University of California. All rights reserved.
4
6
*
5
7
* Redistribution and use in source and binary forms, with or without
6
8
* modification, are permitted provided that the following conditions
32
34
*/
33
35
34
36
#ifndef lint
35
- /*static char sccsid[] = "from: @(#)assorted.c 5.4 (Berkeley) 6/1/90";*/
36
- static char rcsid [] = "$Id: assorted.c,v 1.2 1993/08/01 18:51:53 mycroft Exp $" ;
37
+ #if 0
38
+ static char sccsid [] = "@(#)assorted.c 8.1 (Berkeley) 5/31/93" ;
39
+ #else
40
+ static char rcsid [] = "$NetBSD: assorted.c,v 1.3 1995/04/22 10:36:45 cgd Exp $" ;
41
+ #endif
37
42
#endif /* not lint */
38
43
39
44
#include "externs.h"
Original file line number Diff line number Diff line change
1
+ /* $NetBSD: dr_1.c,v 1.3 1995/04/22 10:36:46 cgd Exp $ */
2
+
1
3
/*
2
- * Copyright (c) 1983 Regents of the University of California.
3
- * All rights reserved.
4
+ * Copyright (c) 1983, 1993
5
+ * The Regents of the University of California. All rights reserved.
4
6
*
5
7
* Redistribution and use in source and binary forms, with or without
6
8
* modification, are permitted provided that the following conditions
32
34
*/
33
35
34
36
#ifndef lint
35
- /*static char sccsid[] = "from: @(#)dr_1.c 5.4 (Berkeley) 6/1/90";*/
36
- static char rcsid [] = "$Id: dr_1.c,v 1.2 1993/08/01 18:51:52 mycroft Exp $" ;
37
+ #if 0
38
+ static char sccsid [] = "@(#)dr_1.c 8.1 (Berkeley) 5/31/93" ;
39
+ #else
40
+ static char rcsid [] = "$NetBSD: dr_1.c,v 1.3 1995/04/22 10:36:46 cgd Exp $" ;
41
+ #endif
37
42
#endif /* not lint */
38
43
39
44
#include "driver.h"
Original file line number Diff line number Diff line change
1
+ /* $NetBSD: dr_2.c,v 1.3 1995/04/22 10:36:48 cgd Exp $ */
2
+
1
3
/*
2
- * Copyright (c) 1983 Regents of the University of California.
3
- * All rights reserved.
4
+ * Copyright (c) 1983, 1993
5
+ * The Regents of the University of California. All rights reserved.
4
6
*
5
7
* Redistribution and use in source and binary forms, with or without
6
8
* modification, are permitted provided that the following conditions
32
34
*/
33
35
34
36
#ifndef lint
35
- /*static char sccsid[] = "from: @(#)dr_2.c 5.4 (Berkeley) 6/1/90";*/
36
- static char rcsid [] = "$Id: dr_2.c,v 1.2 1993/08/01 18:51:51 mycroft Exp $" ;
37
+ #if 0
38
+ static char sccsid [] = "@(#)dr_2.c 8.1 (Berkeley) 5/31/93" ;
39
+ #else
40
+ static char rcsid [] = "$NetBSD: dr_2.c,v 1.3 1995/04/22 10:36:48 cgd Exp $" ;
41
+ #endif
37
42
#endif /* not lint */
38
43
39
44
#include "driver.h"
Original file line number Diff line number Diff line change
1
+ /* $NetBSD: dr_3.c,v 1.3 1995/04/22 10:36:49 cgd Exp $ */
2
+
1
3
/*
2
- * Copyright (c) 1983 Regents of the University of California.
3
- * All rights reserved.
4
+ * Copyright (c) 1983, 1993
5
+ * The Regents of the University of California. All rights reserved.
4
6
*
5
7
* Redistribution and use in source and binary forms, with or without
6
8
* modification, are permitted provided that the following conditions
32
34
*/
33
35
34
36
#ifndef lint
35
- /*static char sccsid[] = "from: @(#)dr_3.c 5.4 (Berkeley) 6/1/90";*/
36
- static char rcsid [] = "$Id: dr_3.c,v 1.2 1993/08/01 18:51:50 mycroft Exp $" ;
37
+ #if 0
38
+ static char sccsid [] = "@(#)dr_3.c 8.1 (Berkeley) 5/31/93" ;
39
+ #else
40
+ static char rcsid [] = "$NetBSD: dr_3.c,v 1.3 1995/04/22 10:36:49 cgd Exp $" ;
41
+ #endif
37
42
#endif /* not lint */
38
43
39
44
#include "driver.h"
Original file line number Diff line number Diff line change
1
+ /* $NetBSD: dr_4.c,v 1.3 1995/04/22 10:36:50 cgd Exp $ */
2
+
1
3
/*
2
- * Copyright (c) 1983 Regents of the University of California.
3
- * All rights reserved.
4
+ * Copyright (c) 1983, 1993
5
+ * The Regents of the University of California. All rights reserved.
4
6
*
5
7
* Redistribution and use in source and binary forms, with or without
6
8
* modification, are permitted provided that the following conditions
32
34
*/
33
35
34
36
#ifndef lint
35
- /*static char sccsid[] = "from: @(#)dr_4.c 5.4 (Berkeley) 6/1/90";*/
36
- static char rcsid [] = "$Id: dr_4.c,v 1.2 1993/08/01 18:51:49 mycroft Exp $" ;
37
+ #if 0
38
+ static char sccsid [] = "@(#)dr_4.c 8.1 (Berkeley) 5/31/93" ;
39
+ #else
40
+ static char rcsid [] = "$NetBSD: dr_4.c,v 1.3 1995/04/22 10:36:50 cgd Exp $" ;
41
+ #endif
37
42
#endif /* not lint */
38
43
39
44
#include "externs.h"
Original file line number Diff line number Diff line change
1
+ /* $NetBSD: dr_5.c,v 1.3 1995/04/22 10:36:51 cgd Exp $ */
2
+
1
3
/*
2
- * Copyright (c) 1983 Regents of the University of California.
3
- * All rights reserved.
4
+ * Copyright (c) 1983, 1993
5
+ * The Regents of the University of California. All rights reserved.
4
6
*
5
7
* Redistribution and use in source and binary forms, with or without
6
8
* modification, are permitted provided that the following conditions
32
34
*/
33
35
34
36
#ifndef lint
35
- /*static char sccsid[] = "from: @(#)dr_5.c 5.4 (Berkeley) 6/1/90";*/
36
- static char rcsid [] = "$Id: dr_5.c,v 1.2 1993/08/01 18:51:49 mycroft Exp $" ;
37
+ #if 0
38
+ static char sccsid [] = "@(#)dr_5.c 8.1 (Berkeley) 5/31/93" ;
39
+ #else
40
+ static char rcsid [] = "$NetBSD: dr_5.c,v 1.3 1995/04/22 10:36:51 cgd Exp $" ;
41
+ #endif
37
42
#endif /* not lint */
38
43
39
44
#include "externs.h"
Original file line number Diff line number Diff line change
1
+ /* $NetBSD: dr_main.c,v 1.4 1995/04/22 10:36:52 cgd Exp $ */
2
+
1
3
/*
2
- * Copyright (c) 1983 Regents of the University of California.
3
- * All rights reserved.
4
+ * Copyright (c) 1983, 1993
5
+ * The Regents of the University of California. All rights reserved.
4
6
*
5
7
* Redistribution and use in source and binary forms, with or without
6
8
* modification, are permitted provided that the following conditions
32
34
*/
33
35
34
36
#ifndef lint
35
- /*static char sccsid[] = "from: @(#)dr_main.c 5.5 (Berkeley) 6/1/90";*/
36
- static char rcsid [] = "$Id: dr_main.c,v 1.3 1994/04/08 18:23:31 cgd Exp $" ;
37
+ #if 0
38
+ static char sccsid [] = "@(#)dr_main.c 8.2 (Berkeley) 4/16/94" ;
39
+ #else
40
+ static char rcsid [] = "$NetBSD: dr_main.c,v 1.4 1995/04/22 10:36:52 cgd Exp $" ;
41
+ #endif
37
42
#endif /* not lint */
38
43
39
44
#include "driver.h"
Original file line number Diff line number Diff line change
1
+ /* $NetBSD: driver.h,v 1.3 1995/04/22 10:36:54 cgd Exp $ */
2
+
1
3
/*
2
- * Copyright (c) 1983 Regents of the University of California.
3
- * All rights reserved.
4
+ * Copyright (c) 1983, 1993
5
+ * The Regents of the University of California. All rights reserved.
4
6
*
5
7
* Redistribution and use in source and binary forms, with or without
6
8
* modification, are permitted provided that the following conditions
30
32
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31
33
* SUCH DAMAGE.
32
34
*
33
- * from: @(#)driver.h 5.4 (Berkeley) 6/1/90
34
- * $Id: driver.h,v 1.2 1993/08/01 18:51:58 mycroft Exp $
35
+ * @(#)driver.h 8.1 (Berkeley) 5/31/93
35
36
*/
36
37
37
38
#include "externs.h"
Original file line number Diff line number Diff line change
1
+ /* $NetBSD: externs.h,v 1.3 1995/04/22 10:36:55 cgd Exp $ */
2
+
1
3
/*
2
- * Copyright (c) 1983 Regents of the University of California.
3
- * All rights reserved.
4
+ * Copyright (c) 1983, 1993
5
+ * The Regents of the University of California. All rights reserved.
4
6
*
5
7
* Redistribution and use in source and binary forms, with or without
6
8
* modification, are permitted provided that the following conditions
30
32
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31
33
* SUCH DAMAGE.
32
34
*
33
- * from: @(#)externs.h 5.4 (Berkeley) 6/1/90
34
- * $Id: externs.h,v 1.2 1993/08/01 18:51:57 mycroft Exp $
35
+ * @(#)externs.h 8.1 (Berkeley) 5/31/93
35
36
*/
36
37
37
38
#include <stdio.h>
Original file line number Diff line number Diff line change
1
+ /* $NetBSD: game.c,v 1.3 1995/04/22 10:36:56 cgd Exp $ */
2
+
1
3
/*
2
- * Copyright (c) 1983 Regents of the University of California.
3
- * All rights reserved.
4
+ * Copyright (c) 1983, 1993
5
+ * The Regents of the University of California. All rights reserved.
4
6
*
5
7
* Redistribution and use in source and binary forms, with or without
6
8
* modification, are permitted provided that the following conditions
32
34
*/
33
35
34
36
#ifndef lint
35
- /*static char sccsid[] = "from: @(#)game.c 5.4 (Berkeley) 6/1/90";*/
36
- static char rcsid [] = "$Id: game.c,v 1.2 1993/08/01 18:51:47 mycroft Exp $" ;
37
+ #if 0
38
+ static char sccsid [] = "@(#)game.c 8.1 (Berkeley) 5/31/93" ;
39
+ #else
40
+ static char rcsid [] = "$NetBSD: game.c,v 1.3 1995/04/22 10:36:56 cgd Exp $" ;
41
+ #endif
37
42
#endif /* not lint */
38
43
39
44
#include "externs.h"
Original file line number Diff line number Diff line change
1
+ /* $NetBSD: globals.c,v 1.4 1995/04/22 10:36:57 cgd Exp $ */
2
+
1
3
/*
2
- * Copyright (c) 1983 Regents of the University of California.
3
- * All rights reserved.
4
+ * Copyright (c) 1983, 1993
5
+ * The Regents of the University of California. All rights reserved.
4
6
*
5
7
* Redistribution and use in source and binary forms, with or without
6
8
* modification, are permitted provided that the following conditions
32
34
*/
33
35
34
36
#ifndef lint
35
- /*static char sccsid[] = "from: @(#)globals.c 5.4 (Berkeley) 6/1/90";*/
36
- static char rcsid [] = "$Id: globals.c,v 1.3 1994/01/13 18:24:40 glass Exp $" ;
37
+ #if 0
38
+ static char sccsid [] = "@(#)globals.c 8.1 (Berkeley) 5/31/93" ;
39
+ #else
40
+ static char rcsid [] = "$NetBSD: globals.c,v 1.4 1995/04/22 10:36:57 cgd Exp $" ;
41
+ #endif
37
42
#endif /* not lint */
38
43
39
44
#include "externs.h"
Original file line number Diff line number Diff line change
1
+ /* $NetBSD: lo_main.c,v 1.3 1995/04/22 10:36:59 cgd Exp $ */
2
+
1
3
/*
2
- * Copyright (c) 1983 Regents of the University of California.
3
- * All rights reserved.
4
+ * Copyright (c) 1983, 1993
5
+ * The Regents of the University of California. All rights reserved.
4
6
*
5
7
* Redistribution and use in source and binary forms, with or without
6
8
* modification, are permitted provided that the following conditions
32
34
*/
33
35
34
36
#ifndef lint
35
- /*static char sccsid[] = "from: @(#)lo_main.c 5.7 (Berkeley) 2/28/91";*/
36
- static char rcsid [] = "$Id: lo_main.c,v 1.2 1993/08/01 18:51:45 mycroft Exp $" ;
37
+ #if 0
38
+ static char sccsid [] = "@(#)lo_main.c 8.1 (Berkeley) 5/31/93" ;
39
+ #else
40
+ static char rcsid [] = "$NetBSD: lo_main.c,v 1.3 1995/04/22 10:36:59 cgd Exp $" ;
41
+ #endif
37
42
#endif /* not lint */
38
43
39
44
/*
Original file line number Diff line number Diff line change
1
+ /* $NetBSD: machdep.h,v 1.3 1995/04/22 10:37:00 cgd Exp $ */
2
+
1
3
/*
2
- * Copyright (c) 1983 Regents of the University of California.
3
- * All rights reserved.
4
+ * Copyright (c) 1983, 1993
5
+ * The Regents of the University of California. All rights reserved.
4
6
*
5
7
* Redistribution and use in source and binary forms, with or without
6
8
* modification, are permitted provided that the following conditions
30
32
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31
33
* SUCH DAMAGE.
32
34
*
33
- * from: @(#)machdep.h 5.5 (Berkeley) 6/1/90
34
- * $Id: machdep.h,v 1.2 1993/08/01 18:51:56 mycroft Exp $
35
+ * @(#)machdep.h 8.1 (Berkeley) 5/31/93
35
36
*/
36
37
37
38
#define TIMEOUT 300 /* Sync() timeout in seconds */
Original file line number Diff line number Diff line change
1
+ /* $NetBSD: main.c,v 1.3 1995/04/22 10:37:01 cgd Exp $ */
2
+
1
3
/*
2
- * Copyright (c) 1983 Regents of the University of California.
3
- * All rights reserved.
4
+ * Copyright (c) 1983, 1993
5
+ * The Regents of the University of California. All rights reserved.
4
6
*
5
7
* Redistribution and use in source and binary forms, with or without
6
8
* modification, are permitted provided that the following conditions
32
34
*/
33
35
34
36
#ifndef lint
35
- char copyright [] =
36
- "@(#) Copyright (c) 1983 Regents of the University of California. \n\
37
- All rights reserved.\n" ;
37
+ static char copyright [] =
38
+ "@(#) Copyright (c) 1983, 1993 \n\
39
+ The Regents of the University of California. All rights reserved.\n" ;
38
40
#endif /* not lint */
39
41
40
42
#ifndef lint
41
- /*static char sccsid[] = "from: @(#)main.c 5.5 (Berkeley) 6/1/90";*/
42
- static char rcsid [] = "$Id: main.c,v 1.2 1993/08/01 18:51:44 mycroft Exp $" ;
43
+ #if 0
44
+ static char sccsid [] = "@(#)main.c 8.1 (Berkeley) 5/31/93" ;
45
+ #else
46
+ static char rcsid [] = "$NetBSD: main.c,v 1.3 1995/04/22 10:37:01 cgd Exp $" ;
47
+ #endif
43
48
#endif /* not lint */
44
49
45
50
#include "externs.h"
Original file line number Diff line number Diff line change
1
+ /* $NetBSD: misc.c,v 1.3 1995/04/22 10:37:03 cgd Exp $ */
2
+
1
3
/*
2
- * Copyright (c) 1983 Regents of the University of California.
3
- * All rights reserved.
4
+ * Copyright (c) 1983, 1993
5
+ * The Regents of the University of California. All rights reserved.
4
6
*
5
7
* Redistribution and use in source and binary forms, with or without
6
8
* modification, are permitted provided that the following conditions
32
34
*/
33
35
34
36
#ifndef lint
35
- /*static char sccsid[] = "from: @(#)misc.c 5.5 (Berkeley) 6/1/90";*/
36
- static char rcsid [] = "$Id: misc.c,v 1.2 1993/08/01 18:51:43 mycroft Exp $" ;
37
+ #if 0
38
+ static char sccsid [] = "@(#)misc.c 8.1 (Berkeley) 5/31/93" ;
39
+ #else
40
+ static char rcsid [] = "$NetBSD: misc.c,v 1.3 1995/04/22 10:37:03 cgd Exp $" ;
41
+ #endif
37
42
#endif /* not lint */
38
43
39
44
#include "externs.h"
You can’t perform that action at this time.
0 commit comments