mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
506 B
Plaintext
15 lines
506 B
Plaintext
$NetBSD: patch-ad,v 1.1.1.1 2005/09/08 10:21:20 bouyer Exp $
|
|
|
|
--- gtkextra/gtkdirtree.c.orig Fri Nov 30 10:12:16 2001
|
|
+++ gtkextra/gtkdirtree.c
|
|
@@ -259,8 +259,7 @@ gtk_dir_tree_init (GtkDirTree *dir_tree)
|
|
|
|
/* Get the local hostname. */
|
|
#ifndef G_OS_WIN32
|
|
- if ((gethostname (localhost, MAXHOSTNAMELEN) != 0) &&
|
|
- (getdomainname (localhost, MAXHOSTNAMELEN) != 0))
|
|
+ if (gethostname (localhost, MAXHOSTNAMELEN) != 0)
|
|
strcpy (localhost, "LocalHost");
|
|
#else
|
|
strcpy (localhost, "My PC");
|