Date: Fri, 22 Mar 2002 09:52:09 -0800 From: Alfred Perlstein <bright@mu.org> To: des@freebsd.org Cc: current@freebsd.org Subject: world broke, patch Message-ID: <20020322175209.GK10521@elvis.mu.org>
next in thread | raw e-mail | index | archive | help
I think this patch unbreaks world. Index: pam_opieaccess/pam_opieaccess.c =================================================================== RCS file: /home/ncvs/src/lib/libpam/modules/pam_opieaccess/pam_opieaccess.c,v retrieving revision 1.7 diff -u -r1.7 pam_opieaccess.c --- pam_opieaccess/pam_opieaccess.c 14 Mar 2002 23:27:58 -0000 1.7 +++ pam_opieaccess/pam_opieaccess.c 22 Mar 2002 17:29:20 -0000 @@ -39,6 +39,7 @@ #define _BSD_SOURCE +#include <sys/types.h> #include <opie.h> #include <pwd.h> #include <unistd.h> -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020322175209.GK10521>