git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15130 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-11 13:04:23 +00:00
parent 052dd71f3d
commit 570ef02561
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2005-05-10 David Love <fx@gnu.org>
* roken-frag.m4: Get daemon declared on Solaris (it's in unistd.h
but masked by a feature test), just to avoid a warning, since it
has int args.
2005-05-11 Love H<>rnquist <20>strand <lha@it.su.se>
* check-var.m4: AC_CHECK_DECL and AC_CHECK_DECLS have a subtile

View File

@@ -1,3 +1,10 @@
2005-05-10 Dave Love <fx@gnu.org>
* roken.h.in: Get daemon declared on Solaris (it's in unistd.h but
masked by a feature test), just to avoid a warning, since it has
int args. Include err.h unconditionally, since it's always
supplied.
2005-05-04 Dave Love <fx@gnu.org>
* snprintf-test.c: Include snprintf-test.h earlier.