Commit Graph

273 Commits

Author SHA1 Message Date
jb
3c9ba7012d Cast pointers to longs, not ints.
Hopefully that's the last of the 64-bit cleaning of src/games. That is,
without adding -Wall to the compiler flags. That's not a pretty sight.
1998-05-09 11:33:22 +00:00
jb
61a28b37dc Change long variable to time_t where it is passed to time() by reference. 1998-05-09 11:31:20 +00:00
jb
50990ba399 Add #include string.h to get prototypes. 1998-05-09 11:06:46 +00:00
jb
0b3eb0960a Add #include string.h to get prototypes and change variables from long
to time_t where they are passed to time() and localtime() by reference.
1998-05-09 11:03:03 +00:00
jb
07848ac9f9 Remove bogus time() prototype and let the one in time.h rule. 1998-05-09 11:00:50 +00:00
jb
bc22446757 Add #include string.h to get prototypes. 1998-05-09 10:59:57 +00:00
jb
8e9b71ca4c Cast pointers to long instead of int. 1998-05-09 10:51:27 +00:00
jb
3009befcc1 Add #include string.h to get prototypes. 1998-05-09 10:50:29 +00:00
jb
342809ace1 Change casts of function pointers from int to long. This makes the
compiler warnings go away, but the compiler is throwing away 32-bits
as the long value is silently truncated to an int on alpha. But the
program works, so that must not matter.
1998-05-09 10:39:48 +00:00
jb
c339d715e2 Add #include string.h to get prototypes. 1998-05-09 10:23:10 +00:00
jb
2676f1c5a7 Change long variable to time_t because it passed to time() and ctime(). 1998-05-09 10:21:24 +00:00
jb
9dcccdbb8c Change long variables to time_t if they are passed to time() or localtime()
be reference.
1998-05-09 10:15:15 +00:00
jb
cdc8e3c9ba Add #include string.h to get prototypes. 1998-05-09 10:10:52 +00:00
jb
fe1f8d5e65 Change variable types from long to time_t if they are passed to time()
by reference.
1998-05-09 10:09:00 +00:00
jb
326facd72f Remove #define NULL because stdio.h does that. 1998-05-09 10:03:01 +00:00
jb
214b534d07 Add #include string.h to get prototypes. 1998-05-09 09:54:17 +00:00
jb
0a2ba440ef Add #include string.h to get prototypes. 1998-05-09 09:48:23 +00:00
jb
210b3e3ba7 tv_sec in timeval is a long, and a time_t is not necessarily a long. 1998-05-09 09:41:30 +00:00
jb
959aaed2c6 Add #include string.h to get prototypes. 1998-05-09 09:39:46 +00:00
jb
19b47e9a95 Add 'extern' to arrays that are declared and initialised elsewhere. 1998-05-09 09:38:11 +00:00
jb
bad95e949b Add 'extern' to arrays that are declared and initialised in other files. 1998-05-09 09:27:33 +00:00
jb
b96b5da1ff Add 'extern' to arrays that are declared and initialised in other files.
Who writes code like this?!
1998-05-09 09:25:26 +00:00
jb
3dcf152226 Add #include stdlib.h to get prototypes. 1998-05-09 09:24:12 +00:00
jb
ac30cf8e00 Change prototype for addbuf to make it compatible with tputs now that
there is a prototype to check it against.
1998-05-09 09:22:33 +00:00
jb
f19619a85c Add #include string.h, stdlib.h and termcap.h to get prototypes.
Change prototype for addbuf to make it compatible with tputs now that
there is a prototype to check it against.
1998-05-09 09:21:28 +00:00
jb
5e5d8b1994 Add #include string to get prototypes. 1998-05-09 09:19:24 +00:00
jb
91ddb65e1e Add 'extern' to those arrays that are declared and initialised
in other files.
1998-05-09 09:18:33 +00:00
jb
f935ceae3b Add #include string.h to get prototypes. 1998-05-09 08:46:53 +00:00
jb
f0469f5616 Add #include stdlib.h to get prototypes. 1998-05-09 08:45:53 +00:00
jb
613a63e763 Add #include string.h to get prototypes. 1998-05-09 08:17:46 +00:00
jb
f5023914c2 Alphas don't necessarily have speakers. 1998-05-09 08:16:53 +00:00
bde
ec3dc0a095 Added y.tab.h to SRCS. This should have been used to get dependencies
on y.tab.h generated.  It will soon be used to tell bsd.dep.mk that
y.tab.h itself needs to be generated.
1998-05-05 13:16:35 +00:00
bde
6a77e9f036 Fixed races in `make -jN' using new yacc rules. 1998-05-04 20:09:06 +00:00
peter
0d70d42e98 *** empty log message *** 1998-04-27 04:26:56 +00:00
charnier
d4824eaf1c Exit(-1) -> exit(1). 1998-04-01 06:16:17 +00:00
charnier
9ecd66c4db Add prototypes, usage(). Add Id. 1998-04-01 06:15:37 +00:00
charnier
c62af0d470 Add Id. 1998-04-01 06:14:35 +00:00
charnier
618813ddb0 Use .An/.Aq. 1998-04-01 06:14:16 +00:00
charnier
f3d50e889e Use Id instead of Header. 1998-04-01 06:13:47 +00:00
bde
26774ef3cc Don't use the FreeBSD misfeature DPSRCS or give explicit dependencies
on generated headers.  Just put generated headers in SRCS so that
bsd.*.mk can generate better dependencies.
1998-03-06 07:00:28 +00:00
alex
0a477558f0 Teruillian --> Tertullian
PR:		5928
Submitted by:	Doug <Studded@dal.net>
1998-03-06 01:49:14 +00:00
jkh
409011930c Wargh! Who went and changed all the getopt() comparisons from -1 to
EOF?  The getopt(3) manpage clearly states that the return value is *-1*,
not EOF!  Besides, getopt(3) isn't reading from a file. :)

Noticed-while:	merging to 2.2 (where this is correct).
1998-03-01 05:10:28 +00:00
steve
5abf36273f Fix a core dump caused by negative numbers.
PR:		5858
Submitted by:	Max Euston <meuston@jmrodgers.com>
1998-02-26 21:13:17 +00:00
steve
91e712099e Be sure to set the value of Tbl.str_numstr before any call to
do_order or randomize so that they actually work.

PR:		5791
1998-02-20 00:47:49 +00:00
jdp
795a94f952 Disable boggle. It is being removed due to trademark violations. 1998-02-11 19:52:53 +00:00
bde
7f3ce6d5a7 Fixed long lines in install rule. Fixed other bogons while I was here:
- removed vestigal rule for a Lite1 `.0' manpage.
- don't duplicate defaults in the `all' dependencies.
- removed bogus dependency of `setup' on monsters.asc.
- compile `setup' with the usual CFLAGS.
- create monster files at build time, not at install time.
- don't be so repetitive in the install rule.
- fixed too-global replacement of `install' by ${INSTALL}.

Long lines made disgustingly longer by: previous commit.
1998-01-16 09:43:47 +00:00
phk
488a1c7e82 spelling error. 1998-01-15 11:36:03 +00:00
imp
91694695ed Avoid fclose(NULL).
Submitted by:	 OpenBSD (Theo de Raadt)
1998-01-07 00:12:04 +00:00
eivind
c5dafab623 Fix phantasia.
Noticed by:	max
1998-01-05 17:28:01 +00:00
jkh
4a0ae6e3bc Remove bogus declaration of calloc() that broke the build. Test, folks,
test!
1997-09-26 06:25:42 +00:00