1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 23:35:36 -08:00
Commit Graph

11 Commits

Author SHA1 Message Date
fcambus
15afe4d600 As per style.9, prototypes should not have variable names associated
with the types.

OK jca@
2017-03-09 10:13:03 +00:00
guenther
ece79e109f Use internal '__' names for __attributes__ in public headers 2014-04-21 11:27:34 +00:00
millert
c916d9484c 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
2006-01-06 18:53:04 +00:00
espie
789924781a put sentinel back in. Thx miod@ 2002-08-30 08:50:01 +00:00
miod
fd94d1c80c 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.
2002-06-07 03:11:31 +00:00
espie
b73de0454a 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@
2002-06-05 19:27:50 +00:00
millert
a019fb86ff 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.
2002-03-12 02:28:11 +00:00
millert
c72b5b24e1 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. 2002-02-16 21:27:05 +00:00
niklas
d0b779f3ff $OpenBSD$ 2001-01-28 23:41:40 +00:00
millert
89ebbd5d02 Guard agaist multiple inclusion
Add missing __BEGIN_DECLS and use __P macro in function prototypes
2001-01-01 21:51:16 +00:00
millert
e802aa69e7 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.
2000-11-21 00:51:16 +00:00