mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 06:28:12 -07:00
* lockdaemon.c should include limits.h * app-arch/zip can be implied using JAVA_PKG_IUSE * dev-java/ant-core isn't actually needed * sys-apps/xinetd is an RDEPEND, not DEPEND * Use the correct -source and -target flags * Remove useless elibtoolize * Remove useless sed * Add missing dies * dohtml is bad Package-Manager: portage-2.2.27
11 lines
272 B
Diff
11 lines
272 B
Diff
--- src/lfd/lockdaemon.c.orig 2007-04-26 06:26:07.000000000 +0100
|
|
+++ src/lfd/lockdaemon.c 2016-02-17 20:41:09.137509089 +0000
|
|
@@ -69,6 +69,7 @@
|
|
#include <errno.h>
|
|
#include <signal.h>
|
|
#include <pwd.h>
|
|
+#include <limits.h>
|
|
|
|
#define FHS
|
|
#define LOCKFILEPREFIX "LCK.."
|