mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Patches from Kienenberger, Yamato, Frith-MacDonald.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2719 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b6341c9181
commit
38bdebb9a8
28 changed files with 668 additions and 31541 deletions
|
@ -461,6 +461,7 @@ property list which is set as the value of a default.\n\n");
|
|||
domain = [NSMutableDictionary dictionaryWithCapacity:1];
|
||||
}
|
||||
[domain setObject: obj forKey: name];
|
||||
[defs setPersistentDomain: domain forName: owner];
|
||||
}
|
||||
else {
|
||||
domain = [name propertyList];
|
||||
|
@ -470,7 +471,6 @@ property list which is set as the value of a default.\n\n");
|
|||
exit(0);
|
||||
}
|
||||
}
|
||||
[defs setPersistentDomain: domain forName: owner];
|
||||
}
|
||||
|
||||
if ([defs synchronize] == NO) {
|
||||
|
|
|
@ -78,6 +78,11 @@
|
|||
* the include file.
|
||||
*/
|
||||
|
||||
/* For IRIX machines, which don't define this */
|
||||
#ifndef IPPORT_USERRESERVED
|
||||
#define IPPORT_USERRESERVED 5000
|
||||
#endif /* IPPORT_USERRESERVED */
|
||||
|
||||
#define QUEBACKLOG (16) /* How many coonections to queue. */
|
||||
#define MAX_IFACE (256) /* How many network interfaces. */
|
||||
#define IASIZE (sizeof(struct in_addr))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue