diff options
author | Ed Schouten <ed@FreeBSD.org> | 2010-03-06 10:28:23 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2010-03-06 10:28:23 +0000 |
commit | 64f3c1d6887e67e6d36c9971808bd1a2ae35c575 (patch) | |
tree | e96a7967d2cdbaf18332403c153ab1326a61ff0d /net/coda6_server/files/patch-coda-src-venus-hdb.cc | |
parent | Add ${LOCALBASE}/lib/dahdi to the KLD search path, so that autoloading (diff) |
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
Notes
Notes:
svn path=/head/; revision=250616
Diffstat (limited to 'net/coda6_server/files/patch-coda-src-venus-hdb.cc')
-rw-r--r-- | net/coda6_server/files/patch-coda-src-venus-hdb.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/coda6_server/files/patch-coda-src-venus-hdb.cc b/net/coda6_server/files/patch-coda-src-venus-hdb.cc new file mode 100644 index 000000000000..38f8bb0220ff --- /dev/null +++ b/net/coda6_server/files/patch-coda-src-venus-hdb.cc @@ -0,0 +1,10 @@ +--- 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> + |