1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Remove debugging trap that somehow slipped into previous commit causing

Nautilus to hang as startup.

PR:		32566
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
Maxim Sobolev 2001-12-07 08:53:33 +00:00
parent beb2bfa879
commit 20cda628f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51168
4 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= nautilus
PORTVERSION= 1.0.6
PORTREVISION= 1
CATEGORIES= x11-fm gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/nautilus

View File

@ -169,7 +169,7 @@ $FreeBSD$
fclose (fh);
+#else
+ while ((ent = getfsent ()) != NULL) {
+ {static int b = 1; while (b);}
+ /*{static int b = 1; while (b);}*/
+ if (strcmp(ent->fs_vfstype, "swap") == 0)
+ continue;
+ volume = create_volume (ent->fs_spec, ent->fs_file);

View File

@ -7,6 +7,7 @@
PORTNAME= nautilus
PORTVERSION= 1.0.6
PORTREVISION= 1
CATEGORIES= x11-fm gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/nautilus

View File

@ -169,7 +169,7 @@ $FreeBSD$
fclose (fh);
+#else
+ while ((ent = getfsent ()) != NULL) {
+ {static int b = 1; while (b);}
+ /*{static int b = 1; while (b);}*/
+ if (strcmp(ent->fs_vfstype, "swap") == 0)
+ continue;
+ volume = create_volume (ent->fs_spec, ent->fs_file);