- Remove unneeded utmp.h include to fix build on CURRENT

Reported by:	pointyhat via erwin
This commit is contained in:
Beat Gaetzi 2010-02-10 21:10:05 +00:00
parent 8f5f4e5886
commit bea1703094
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249556

View File

@ -0,0 +1,10 @@
--- uxpty.c.orig 2010-02-10 20:05:47.000000000 +0000
+++ uxpty.c 2010-02-10 20:06:06.000000000 +0000
@@ -13,7 +13,6 @@
#include <fcntl.h>
#include <termios.h>
#include <grp.h>
-#include <utmp.h>
#include <pwd.h>
#include <time.h>
#include <sys/types.h>