07a4cd0789
- switch from acct-6.3.5 to acct-6.5.5. From the upstream acct ChangeLog: * sa.c - Fix hzval. * ac.8 - Rename to sa.1 * FreeBSD / kFreeBSD >= 7.0-STABLE patch. * Fix potential buffer-overflows. * UNIX 98 pty support. * sa.c - correct --help. * accounting.texi - grammar fix. * Fixed includes for BSDen. Removed last K & R remainings. Bump version to 6.5.4. * Minor fixes, included getop, mktime, rename & xmalloc from gnulib. Fixed HOST_LEN not defined issue. * Major overhaul, releasing GNU Acct 6.5. * NEWS: document changes in the upcoming 6.4 release. * accounting.texi: clarify sa sum line. * accounting.info: regenerated. * Makefile.am: reflect earlier ToDo -> TODO change. * config.guess: added. * config.sub: added. * depcomp: added. * texinfo.tex: added. * INSTALL: regenerated. * Makefile.in: regenerated. * aclocal.m4: regenerated. * ansi2knr.c: regenerated. * config.h.in: regenerated. * configure: regenerated. * install-sh: regenerated. * mdate-sh: regenerated. OBS-URL: https://build.opensuse.org/request/show/101489 OBS-URL: https://build.opensuse.org/package/show/Base:System/acct?expand=0&rev=17
22 lines
347 B
Diff
22 lines
347 B
Diff
Subject: acct-axp.patch
|
|
|
|
---
|
|
accton.c | 1 +
|
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/accton.c b/accton.c
|
|
index eeb503d..4c8e2eb 100644
|
|
--- a/accton.c
|
|
+++ b/accton.c
|
|
@@ -21,6 +21,7 @@ MA 02139, USA.
|
|
|
|
#include "config.h"
|
|
|
|
+#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <sys/types.h>
|
|
--
|
|
1.7.7
|
|
|