obrien
0ca2a78030
Rather than hardcode the 'struct iovec iov' array size, use a #define.
...
While I'm here bump WARNS to 3.
Obtained from: Juniper Networks
2008-12-17 16:51:40 +00:00
yar
ead3193586
Obey MK_INET6_SUPPORT.
2006-07-27 14:52:12 +00:00
ru
743cc6d002
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
2004-02-05 22:44:25 +00:00
gshapiro
02f3b3510d
Avoid code duplication by using libutil's trimdomain() instead of
...
an incorrect re-implementation.
PR: 52223, 52342
Submitted by: Dan Nelson <dnelson@allantgroup.com>
Approved by: re (bmah/rwatson)
MFC after: 2 days
2003-05-17 20:05:18 +00:00
obrien
a920d12f89
style.Makefile(5)
2003-04-04 17:49:21 +00:00
dd
45b45bccdf
Use CFLAGS instead of COPTS.
2001-09-09 14:30:36 +00:00
dd
3c17c0ac6e
- Silence warnings: apply `const' generously, mark some variables
...
__unused, and change local variables named `sin' (struct
sockaddr_in) to `sin4'. (`sin' conflicts with the definition of
sin(3), which gcc assumes to be defined even if math.h isn't
included (it's a builtin). This is probably a bug in gcc.)
- Apply WARNS=1. WARNS=2 was not used because this program assigns
string literals to (struct iovec).iov_base for writing, and the only
clean way to silence -Wwrite-strings in that case would be to
strdup() and consequently free() those literals, which I considered
too disruptive.
Reviewed by: bde (partially)
2001-09-09 14:25:02 +00:00
obrien
9c97c8f02d
Perform a major cleanup of the usr.sbin Makefiles.
...
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00
obrien
be022bb715
Remove GCC'isms in CFLAGS.
2001-07-20 04:23:13 +00:00
ru
afd506414e
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
ume
6b337143f0
IPv6 support for syslogd.
...
Reviewed by: freebsd-current
Obtained from: NetBSD
2000-12-16 18:25:48 +00:00
julian
ea1d22b2ff
Submitted by: archie@whistle.com
...
quieten cc -Wall
1998-08-25 21:16:47 +00:00
wollman
d7fca5c189
Get rid of update. Make man page installation work with our scheme
...
(and rename a few in the process).
1994-08-05 16:31:05 +00:00
rgrimes
862fdf11a2
BSD 4.4 Lite usr.sbin Sources
1994-05-26 05:23:31 +00:00