1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/x11/xtrlock/files/patch-xtrlock.c
Volker Stolz 9365e43fd5 - Update to 2.0.10
- Respect CC/CFLAGS (me)
- Use MASTER_SITE_DEBIAN (me)

PR:		ports/79204
Submitted by:	maintainer
2005-04-18 08:37:55 +00:00

19 lines
318 B
C

$FreeBSD$
--- xtrlock.c.orig Sun Aug 22 18:08:41 2004
+++ xtrlock.c Sun Aug 22 18:08:58 2004
@@ -31,11 +31,9 @@
#include <grp.h>
#include <limits.h>
#include <string.h>
-#include <crypt.h>
#include <unistd.h>
#include <math.h>
#include <ctype.h>
-#include <values.h>
#ifdef SHADOW_PWD
#include <shadow.h>