VirtualBox

Changeset 503 in kBuild for trunk/src/gmake/glob/glob.c


Ignore:
Timestamp:
Sep 15, 2006 5:09:38 AM (18 years ago)
Author:
bird
Message:

Untested merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/glob/glob.c

    r281 r503  
    11/* Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc.
    22
    3    This library is free software; you can redistribute it and/or
    4    modify it under the terms of the GNU Library General Public License as
    5    published by the Free Software Foundation; either version 2 of the
    6    License, or (at your option) any later version.
    7 
    8    This library is distributed in the hope that it will be useful,
    9    but WITHOUT ANY WARRANTY; without even the implied warranty of
    10    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    11    Library General Public License for more details.
    12 
    13    You should have received a copy of the GNU Library General Public
    14    License along with this library; see the file COPYING.LIB.  If not,
    15    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    16    Boston, MA 02111-1307, USA.  */
     3This library is free software; you can redistribute it and/or
     4modify it under the terms of the GNU Library General Public License as
     5published by the Free Software Foundation; either version 2 of the
     6License, or (at your option) any later version.
     7
     8This library is distributed in the hope that it will be useful,
     9but WITHOUT ANY WARRANTY; without even the implied warranty of
     10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     11Library General Public License for more details.
     12
     13You should have received a copy of the GNU Library General Public License
     14along with this library; see the file COPYING.LIB.  If not, write to the Free
     15Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
     16USA.  */
    1717
    1818/* AIX requires this to be the first thing in the file.  */
     
    189189#  ifdef WINDOWS32
    190190static void *
     191my_realloc (void *p, unsigned int n)
    191192#  else
    192193static char *
    193 # endif
    194194my_realloc (p, n)
    195195     char *p;
    196196     unsigned int n;
     197# endif
    197198{
    198199  /* These casts are the for sake of the broken Ultrix compiler,
     
    301302static int collated_compare __P ((const __ptr_t, const __ptr_t));
    302303
    303 #ifdef VMS
    304 /* these compilers like prototypes */
    305304#if !defined _LIBC || !defined NO_GLOB_PATTERN_P
    306 int __glob_pattern_p (const char *pattern, int quote);
    307 #endif
     305int __glob_pattern_p __P ((const char *pattern, int quote));
    308306#endif
    309307
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette