Fix compile problem under FreeBSD current

PR:		ports/45662
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
This commit is contained in:
Edwin Groothuis 2002-11-24 03:54:44 +00:00
parent b781e60143
commit 0fd3638891
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70939
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- ppp/pppdfncs.c.orig Sun Nov 24 03:27:57 2002
+++ ppp/pppdfncs.c Sun Nov 24 03:27:30 2002
@@ -28,7 +28,7 @@
#include <errno.h>
#include <fcntl.h>
#include <syslog.h>
-#include <utmp.h>
+/* #include <utmp.h> */
#include <pwd.h>
#include <sys/param.h>
#include <sys/types.h>

View file

@ -0,0 +1,11 @@
--- ppp.c.orig Sun Nov 24 03:26:40 2002
+++ ppp.c Sun Nov 24 03:26:54 2002
@@ -38,7 +38,7 @@
#include <errno.h>
#include <fcntl.h>
#include <syslog.h>
-#include <utmp.h>
+/* #include <utmp.h> */
#include <pwd.h>
#include <sys/param.h>