Index: net/latd/files/patch-server.h
===================================================================
--- net/latd/files/patch-server.h	(revision 0)
+++ net/latd/files/patch-server.h	(working copy)
@@ -0,0 +1,29 @@
+--- server.h.orig	2008-10-03 17:49:53.000000000 +0200
++++ server.h	2015-01-09 00:29:32.000000000 +0100
+@@ -152,22 +152,22 @@ class LATServer
+ 	  return (!(type == INACTIVE || type == DISABLED_PTY));
+ 	}
+ 
+-	bool operator==(int _fd)
++	bool operator==(int _fd) const
+ 	{
+ 	    return (type != INACTIVE && fd == _fd);
+ 	}
+ 
+-	bool operator==(const fdinfo &fdi)
++	bool operator==(const fdinfo &fdi) const
+ 	{
+ 	    return (fd == fdi.fd);
+ 	}
+ 
+-	bool operator!=(const fdinfo &fdi)
++	bool operator!=(const fdinfo &fdi) const
+ 	{
+ 	    return (fd != fdi.fd);
+ 	}
+ 
+-	bool operator!=(int _fd)
++	bool operator!=(int _fd) const
+ 	{
+ 	    return (type == INACTIVE || fd != _fd);
+ 	}

Property changes on: net/latd/files/patch-server.h
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
