Berkeley header; add include of <sys/types.h>; remove define of
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 30 Dec 1987 09:13:43 +0000 (01:13 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 30 Dec 1987 09:13:43 +0000 (01:13 -0800)
Ken's user id, remove defines for GURP and MAXUSERS since never used

SCCS-vsn: games/mille/mille.h 5.2

usr/src/games/mille/mille.h

index 6376839..13ed719 100644 (file)
@@ -1,11 +1,21 @@
 /*
  * Copyright (c) 1982 Regents of the University of California.
 /*
  * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)mille.h     5.2 (Berkeley) %G%
  */
 
  */
 
+# include      <sys/types.h>
 # include      <ctype.h>
 # include      <ctype.h>
-# include      "curses.h"
+# include      <curses.h>
+# include      <strings.h>
 
 /*
  * @(#)mille.h 1.1 (Berkeley) 4/1/82
 
 /*
  * @(#)mille.h 1.1 (Berkeley) 4/1/82
 # define       unsgn           unsigned
 # define       CARD            short
 
 # define       unsgn           unsigned
 # define       CARD            short
 
-# define       ARNOLD          214     /* my uid                       */
-
-# define       GURP            28672   /* bad uid                      */
-# define       MAXUSERS        35      /* max # of users for startup   */
 # define       HAND_SZ         7       /* number of cards in a hand    */
 # define       DECK_SZ         101     /* number of cards in decks     */
 # define       NUM_SAFE        4       /* number of saftey cards       */
 # define       HAND_SZ         7       /* number of cards in a hand    */
 # define       DECK_SZ         101     /* number of cards in decks     */
 # define       NUM_SAFE        4       /* number of saftey cards       */