Changeset 1993 for trunk/src/kmk/glob/glob.c
- Timestamp:
- Oct 29, 2008, 1:37:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/glob/glob.c
r1333 r1993 1 /* Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc. 1 /* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999 Free 2 Software Foundation, Inc. 2 3 3 4 This library is free software; you can redistribute it and/or … … 191 192 static void * 192 193 my_realloc (void *p, unsigned int n) 194 # elif defined(__DJGPP__) 195 static void * 196 my_realloc (void *p, size_t n) 193 197 # else 194 198 static char * … … 196 200 char *p; 197 201 unsigned int n; 198 # endif202 # endif 199 203 { 200 204 /* These casts are the for sake of the broken Ultrix compiler,
Note:
See TracChangeset
for help on using the changeset viewer.