diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-30 10:54:00 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-30 10:54:00 +0000 |
| commit | cd06a37022c3c5952be6aaa50cbb3d8b495e40f8 (patch) | |
| tree | 97d7cd128c02a51e0202f61cf3ccdc1aaefb6f98 /devel/a2dev/files/patch-util_error.c | |
| parent | Note that sysutils/daemontools now builds on a NFS-mounted workdir. (diff) | |
- Unbreak
- Fix build with gcc 4.2
- pet portlint
PR: 117648 (based on)
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Notes
Notes:
svn path=/head/; revision=202428
Diffstat (limited to 'devel/a2dev/files/patch-util_error.c')
| -rw-r--r-- | devel/a2dev/files/patch-util_error.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/a2dev/files/patch-util_error.c b/devel/a2dev/files/patch-util_error.c new file mode 100644 index 000000000000..e6c4cf17e96a --- /dev/null +++ b/devel/a2dev/files/patch-util_error.c @@ -0,0 +1,10 @@ +--- util/error.c.orig 2007-10-30 11:34:36.000000000 +0100 ++++ util/error.c 2007-10-30 11:35:48.000000000 +0100 +@@ -7,6 +7,7 @@ + */ + + #include <stdio.h> ++#include <stdlib.h> + #include <stdarg.h> + #include "util.h" + #include "error.h" |
