mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
ff54a9ef7f
architecture.
13 lines
283 B
Plaintext
13 lines
283 B
Plaintext
--- gcc/stddef.h.orig Mon Aug 13 14:04:37 1990
|
|
+++ gcc/stddef.h Sat Dec 26 13:02:04 1998
|
|
@@ -9,7 +9,9 @@
|
|
|
|
#ifndef _SIZE_T /* in case <sys/types.h> has defined it. */
|
|
#define _SIZE_T
|
|
+ /*
|
|
typedef unsigned long size_t;
|
|
+ */
|
|
#endif /* _SIZE_T */
|
|
|
|
/* A null pointer constant. */
|