git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25648 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2007-11-30 18:03:28 +00:00
parent 35c51c72a3
commit a984255e57
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2007-11-30 Richard Frith-Macdonald <rfm@gnu.org>
* Tools/gdomap.h: fix typo
2007-11-29 Marcus Muller <znek@mulle-kybernetik.com
* Source/NSKeyValueCoding.m: Make backward compatibility work with

View file

@ -18,7 +18,8 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02111 USA.
*/
/*
@ -183,7 +184,7 @@
*/
#define GDO_NET_MASK 0x70 /* Network protocol of port. */
#define GDO_NET_TCP 0x10
#define GDO_NET_UDP 0x10
#define GDO_NET_UDP 0x20
#define GDO_SVC_MASK 0x0f /* High level protocol of port. */
#define GDO_SVC_GDO 0x01
#define GDO_SVC_FOREIGN 0x02