1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/security/pwauth/files/patch-pwauth.c
Clement Laforet 98c26311be Add security/pwauth 2.2.8,
A Unix Web Authenticator.
2004-10-14 08:39:54 +00:00

12 lines
257 B
C

--- pwauth.c.orig Thu Oct 14 10:23:59 2004
+++ pwauth.c Thu Oct 14 10:24:11 2004
@@ -141,7 +141,7 @@
#ifdef UNIX_LASTLOG
#define NEED_UID
#include <utmp.h>
-#include <lastlog.h>
+//#include <lastlog.h>
#ifndef UT_LINESIZE
#define UT_LINESIZE 8
#endif