1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/net/coda6_server/files/patch-coda-src-venus-hdb.cc
Ed Schouten 64f3c1d688 Make coda6_client build on FreeBSD HEAD.
Disable all utmp bits. This will have no effect on 8.0 and earlier,
since the utmp code was broken to begin with. It doesn't read from the
proper utmp file, so it could have never worked.

Approved by:	miwi (portmgr)
Feature safe:	yes
2010-03-06 10:28:23 +00:00

11 lines
174 B
C++

--- coda-src/venus/hdb.cc
+++ coda-src/venus/hdb.cc
@@ -58,7 +58,6 @@
#include <stdlib.h>
#include <pwd.h>
#include <fcntl.h>
-#include <utmp.h>
#include <codadir.h>