mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
9365e43fd5
- Respect CC/CFLAGS (me) - Use MASTER_SITE_DEBIAN (me) PR: ports/79204 Submitted by: maintainer
19 lines
318 B
C
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>
|
|
|