kleink
df0d6631b5
Per XPG4.2, change the `n' argument of initstate() to size_t. (Since it was
...
recently changed from int to long (lite-2 import), I saw no reason to delay
this `alignment'.)
1998-02-04 21:06:14 +00:00
perry
b7b7322c68
merge lite-2
1998-02-02 21:07:13 +00:00
thorpej
5caf2349e4
Fix the prototypes for srandom() and initstate() after the libc/stdlib lite-2
...
merge (ints -> longs). The only platform on which this might have caused
a problem is the Alpha, and it happens to be safe because the first 6 arguments
are passed in registers on the Alpha (and are thus implicitly promoted to
longs anyhow).
1998-01-31 20:36:47 +00:00
christos
410b3b428a
devname is (dev_t, mode_t) not (int, int)
1997-10-16 23:24:49 +00:00
mikel
e95e818cbd
some minor KNF
1997-07-14 00:30:28 +00:00
christos
efac03b6a6
Add missing rand_r prototype
1997-07-13 18:01:53 +00:00
jtc
ef34ad8ea5
Add __dead qualifier to abort() and exit(); PR 1845
1995-12-27 21:19:08 +00:00
jtc
745bba819b
added prototype for qabs()
1995-03-22 01:08:31 +00:00
jtc
f442fd56dc
Moved conditional #include of <sys/types.h> to near the top of file.
...
Defined qdiv_t typedef.
Declared qdiv function.
1995-03-21 23:08:14 +00:00
jtc
096d03c8ef
fix typo
1994-12-17 04:19:06 +00:00
jtc
8f4aafd39a
add prototype for realpath()
1994-12-16 06:22:56 +00:00
cgd
4d2cbfce0a
new RCS ID format.
1994-10-26 00:55:40 +00:00
jtc
9be1b3f521
Add strtoq() & strtouq() declarations
1994-08-07 23:17:56 +00:00
deraadt
ac50c9ed77
add 3 protos
1994-07-02 05:01:45 +00:00
mycroft
9100463c3b
Update *sort() prototypes.
1994-06-16 05:45:35 +00:00
cgd
2922de7461
add _BSD's to ansi types
1994-05-21 09:41:59 +00:00
jtc
6abbb15be4
add new getopt(3) extern variable optreset
1994-05-07 00:20:42 +00:00
cgd
e9b31046c9
setproctitle proto
1994-04-14 03:13:54 +00:00
cgd
3218612591
kill third arg to getbsize.
1994-01-25 20:10:11 +00:00
cgd
b39637b14a
getbsize takes a (somewhat bogus, IMO) third parameter
1994-01-25 20:01:32 +00:00
cgd
2ca1b1a166
add protos for getbsize() (in libutil) and the getcap routines (in libc)
1994-01-24 23:15:24 +00:00
jtc
09a53cd276
stdlib.h should define NULL -- Ansi C, Section 7.10.
1993-11-13 01:44:59 +00:00
jtc
265211f17c
Fix typo in last checkin.
1993-10-22 17:52:28 +00:00
jtc
e26feab105
Added prototypes for a64l() & l64a().
1993-10-22 17:34:38 +00:00
jtc
7ec10e7095
Moved declarations for cfree, setenv, putenv and the rand48 family
...
into !_ANSI_SOURCE && !_POSIX_SOURCE conditional.
Added extern for getopt's optopt variable.
1993-10-13 17:56:09 +00:00
jtc
11b51f8dcb
#include <machine/ansi.h>, declare size_t typedef.
...
Only include <sys/types.h> if !_POSIX_SOURCE.
1993-10-11 19:08:26 +00:00
brezak
933a7b3ad8
Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier)
1993-10-07 19:53:35 +00:00
mycroft
e9d867ef50
Add RCS identifiers.
1993-08-01 17:54:45 +00:00
brezak
6efeb0f4c8
GCC2 defines alloca() differently.
1993-06-08 01:29:43 +00:00
cgd
3ed1b2cbf7
patch from rich murphy (rich@rice.edu) to fix alloca prototype
1993-03-25 05:51:03 +00:00
cgd
61f282557f
initial import of 386bsd-0.1 sources
1993-03-21 09:45:37 +00:00