millert
605c5586ca
Adapt things to use __type_t instead of _BSD_TYPE_T_
Add new sys/_types.h header
Include machine/_types.h or sys/_types.h where applicable
19 years ago
espie
db4cd241c7
put sentinel back in. Thx miod@
22 years ago
miod
e1a577905d
Backout previous change. Since it requires people to upgrade gcc, we want
to give them a larger timeslot to do that.
Requested by deraadt@ and various people on icb or vocally.
22 years ago
espie
d02a02b867
Use attribute((sentinel)) on functions where it makes sense.
(this will warn if they are used without a terminating NULL pointer.
Note *pointer*, very useful for arches where 0 != (void *)0, in size)
okay millert@
22 years ago
millert
5161e4b986
Make the function prototypes line up better and add stub struct
definitions to allow bsd_auth.h to be included before login_cap.h
or pwd.h.
22 years ago
millert
b68c09e067
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
23 years ago
niklas
d343548859
$OpenBSD$
24 years ago
millert
af6569737a
Guard agaist multiple inclusion
Add missing __BEGIN_DECLS and use __P macro in function prototypes
24 years ago
millert
21581886d8
BSD authentication routines from BSDI. Presently this is not used but
the login_* helper programs and other support will be committed in the
near future.
24 years ago