Index: head/net/latd/files/patch-server.h =================================================================== --- head/net/latd/files/patch-server.h (nonexistent) +++ head/net/latd/files/patch-server.h (revision 376632) @@ -0,0 +1,29 @@ +--- server.h.orig 2008-10-03 15:49:53 UTC ++++ server.h +@@ -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: head/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