clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since 1c9c5c3 was 1c9c5c3, checked in by Jim Gifford <clfs@…>, 19 years ago |
r624@server (orig r622): jim | 2005-10-31 12:40:28 -0800
Rearranging Archive
|
-
Property mode
set to
100644
|
File size:
915 bytes
|
Rev | Line | |
---|
[16fbfc51] | 1 | --- ncompress-4.2.4/compress42.c 1992-10-28 06:10:53.000000000 -0500
|
---|
| 2 | +++ ../compress42.c 2004-04-13 16:57:11.325373656 -0400
|
---|
| 3 | @@ -171,9 +171,9 @@
|
---|
| 4 | #ifndef NOFUNCDEF
|
---|
| 5 | extern void *malloc LARGS((int));
|
---|
| 6 | extern void free LARGS((void *));
|
---|
| 7 | -#ifndef _IBMR2
|
---|
| 8 | +/* #ifndef _IBMR2
|
---|
| 9 | extern int open LARGS((char const *,int,...));
|
---|
| 10 | -#endif
|
---|
| 11 | +#endif */
|
---|
| 12 | extern int close LARGS((int));
|
---|
| 13 | extern int read LARGS((int,void *,int));
|
---|
| 14 | extern int write LARGS((int,void const *,int));
|
---|
| 15 | @@ -184,7 +184,7 @@
|
---|
| 16 | extern char *strcpy LARGS((char *,char const *));
|
---|
| 17 | extern char *strcat LARGS((char *,char const *));
|
---|
| 18 | extern int strcmp LARGS((char const *,char const *));
|
---|
| 19 | - extern unsigned strlen LARGS((char const *));
|
---|
| 20 | +/* extern unsigned strlen LARGS((char const *)); */
|
---|
| 21 | extern void *memset LARGS((void *,char,unsigned int));
|
---|
| 22 | extern void *memcpy LARGS((void *,void const *,unsigned int));
|
---|
| 23 | extern int atoi LARGS((char const *));
|
---|
Note:
See
TracBrowser
for help on using the repository browser.