Revision: 32627
          http://brlcad.svn.sourceforge.net/brlcad/?rev=32627&view=rev
Author:   bob1961
Date:     2008-09-10 20:33:36 +0000 (Wed, 10 Sep 2008)

Log Message:
-----------
Changed include order for windows. Fixed a few typos.

Modified Paths:
--------------
    brlcad/trunk/src/libged/search.c
    brlcad/trunk/src/libged/search.h

Modified: brlcad/trunk/src/libged/search.c
===================================================================
--- brlcad/trunk/src/libged/search.c    2008-09-10 20:05:53 UTC (rev 32626)
+++ brlcad/trunk/src/libged/search.c    2008-09-10 20:33:36 UTC (rev 32627)
@@ -89,15 +89,16 @@
  */
 
 #include "common.h"
+
 #include <string.h>
 #include <stdlib.h>
+#include <time.h>
+#include <regex.h>
+#include "bio.h"
 
-#include "bio.h"
 #include "cmd.h"
 #include "ged_private.h"
 
-#include <regex.h>
-
 #include "search.h"
 
 /*
@@ -714,11 +715,11 @@
                                break;
                        case DB5_MINORTYPE_BRLCAD_COMBINATION:
                                if (DB_FULL_PATH_CUR_DIR(entry)->d_flags & 
DIR_REGION) {
-                                       if ((!bu_fnmatch(plan->type_data, "r", 
0)) || (!fnmatch(plan->type_data, "region", 0))) {
+                                       if ((!bu_fnmatch(plan->type_data, "r", 
0)) || (!bu_fnmatch(plan->type_data, "region", 0))) {
                                                type_match = 1;
                                        }
                                } else {
-                                       if ((!bu_fnmatch(plan->type_data, 
"comb", 0)) || (!fnmatch(plan->type_data, "combination", 0))) {
+                                       if ((!bu_fnmatch(plan->type_data, 
"comb", 0)) || (!bu_fnmatch(plan->type_data, "combination", 0))) {
                                                type_match = 1;
                                        }
                                }

Modified: brlcad/trunk/src/libged/search.h
===================================================================
--- brlcad/trunk/src/libged/search.h    2008-09-10 20:05:53 UTC (rev 32626)
+++ brlcad/trunk/src/libged/search.h    2008-09-10 20:33:36 UTC (rev 32627)
@@ -51,8 +51,6 @@
  *
  */
 
-#include <sys/cdefs.h>
-
 /* node type */
 enum ntype {
        N_AND = 1,                              /* must start > 0 */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to