mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 16:20:42 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25648 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
35c51c72a3
commit
a984255e57
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue