cgd
4ec4c082a9
casts, so that output is a bit happier with prototyped rpc headers.
1994-12-24 17:36:16 +00:00
cgd
775c14ed64
pull in string.h
1994-12-24 17:35:27 +00:00
cgd
f9acc964ad
needs stdlib.h
1994-12-24 17:31:23 +00:00
cgd
1c759e8912
headers and redundant declarations.
1994-12-24 17:30:13 +00:00
cgd
cfaefa659d
needs string.h
1994-12-24 17:27:42 +00:00
cgd
ccc2dcd440
be more careful with casts, and clean up a fprintf() call.
1994-12-24 17:26:46 +00:00
cgd
43f1b4beca
a couple of these need <sys/queue.h>
1994-12-24 17:21:51 +00:00
cgd
f4b24c7ecc
pull in headers, as appropriate
1994-12-24 17:17:05 +00:00
cgd
2e93fae74d
use the correct-sized type for lno.
1994-12-24 17:12:42 +00:00
cgd
e7e72e697f
pull in string.h
1994-12-24 17:08:05 +00:00
cgd
4b0b727e20
kill redundant decls, include appropriate headers, and make necessary casts.
1994-12-24 17:07:42 +00:00
cgd
0765b1c716
size is a size_t!
1994-12-24 17:02:20 +00:00
cgd
a2cb9c5136
needs stdlib.h
1994-12-24 16:57:59 +00:00
cgd
9ae496f636
needs string.h
1994-12-24 16:57:28 +00:00
cgd
2e1521a2e9
needs string.h. change rcsid style.
1994-12-24 16:56:47 +00:00
cgd
048dd3e70f
pull in stdlib.h, string.h, kill unnecessary decls.
1994-12-24 16:55:10 +00:00
cgd
7d82c5ab5d
a few casts, for peace and quiet.
1994-12-24 16:54:24 +00:00
cgd
d098389111
be more careful with time_t's
1994-12-24 16:49:02 +00:00
cgd
e3599736d2
val is a long, now.
1994-12-24 16:47:28 +00:00
cgd
f8829b960e
add string.h, fix up rcsid.
1994-12-24 16:46:18 +00:00
ws
2f0fb8ee09
Implement and use a common access checking routine
1994-12-24 16:44:12 +00:00
cgd
a584a9e8b9
needs stdlib.h and string.h
1994-12-24 16:44:03 +00:00
ws
a40374fa29
Implement and use a common access checking routine
1994-12-24 16:43:32 +00:00
cgd
06da9a1040
needs string.h
1994-12-24 16:42:19 +00:00
cgd
8a7150a301
type sanity
1994-12-24 16:38:43 +00:00
cgd
09a7f21ccd
pull in string.h
1994-12-24 16:35:34 +00:00
cgd
55d8a77f2c
pull in stdlib.h and string.h, kill unnecessary declaration.
1994-12-24 16:35:17 +00:00
cgd
fcb1f85786
pull in string.h or stdlib.h as necessary.
1994-12-24 16:33:46 +00:00
cgd
0c876871bd
kill some unnecessary casts and decls
1994-12-24 16:30:51 +00:00
cgd
d49bdfc734
don't need bsd.own.mk any more.
1994-12-24 16:28:39 +00:00
cgd
92ca4cb3d9
add zopen declaration.
1994-12-24 16:27:18 +00:00
cgd
62f7f268b0
pull in stdlib.h
1994-12-24 16:24:32 +00:00
cgd
8020777591
cksum uses 32-bit quantites, internally
1994-12-24 16:02:45 +00:00
cgd
0b92310510
pull in string.h
1994-12-24 15:57:02 +00:00
cgd
f99812c428
clean up types slightly.
1994-12-24 15:55:54 +00:00
cgd
b8de9939be
pull in string.h
1994-12-24 15:50:40 +00:00
cgd
75c71616bb
fgetln takes a size_t pointer.
1994-12-24 15:50:16 +00:00
cgd
55300e7b13
various cleanups suggested by James Jegers, some then fixed up by me.
1994-12-24 15:30:03 +00:00
cgd
dbeff9edb1
various function definitions.
1994-12-24 15:08:02 +00:00
cgd
d218233b36
various cleanups for -Wall. some inspired by James Jegers.
1994-12-24 15:07:22 +00:00
cgd
d62964384c
protos for calcru and ruadd
1994-12-24 14:36:06 +00:00
cgd
8a8d0c16d8
make from latest syscalls.master.
1994-12-24 14:30:56 +00:00
cgd
94631df899
oops; it actually _does_ return a value, though nothing _checks_ that
...
value, or uses it in any way...
1994-12-24 14:12:09 +00:00
cgd
6b36c68faa
declare acct_process()
1994-12-24 14:09:29 +00:00
cgd
596b9735bd
make return type explicit, from James Jegers
1994-12-24 14:07:52 +00:00
cgd
a596d50f29
various cleanups for -Wall, suggested by James Jegers.
1994-12-24 14:05:51 +00:00
cgd
9c6713415c
as noted by James Jegers, crfree should return void.
1994-12-24 14:04:43 +00:00
cgd
ecd13693ec
add crfree proto, as suggested by James Jegers. also, alphabetize protos.
1994-12-24 14:02:49 +00:00
cgd
3413c37523
make these all work, with lkm_nofunc instead of nosys for load/unload/stat.
1994-12-24 13:26:45 +00:00
cgd
da93322976
define lkm_nofunc, to be used instead of nosys (blech!) for unused load,
...
unload, and stat functions. arguably could (should?) use NULL instead,
but this is a bit more descriptive. also, unconditionally call the
load/unload/stat functions, as now they're known to work (because, at
worst, they're lkm_nofunc).
1994-12-24 13:25:48 +00:00