=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for macutil-2.0b3 --- all --- (cd crc; make CF='-O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS') --- makecrc.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c makecrc.c makecrc.c:40:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ --- makecrc --- cc -O -o makecrc makecrc.o --- arc.c --- --- ccitt.c --- --- kermit.c --- --- binhex.c --- --- ccitt.c --- ./makecrc --- kermit.c --- ./makecrc --- binhex.c --- ./makecrc --- arc.c --- ./makecrc --- ccitt.o --- --- kermit.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c kermit.c --- ccitt32.o --- --- zip.o --- --- ccitt.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c ccitt.c --- zip.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c zip.c --- ccitt32.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c ccitt32.c --- arc.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c arc.c --- binhex.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c binhex.c --- libcrc.a --- ar r libcrc.a arc.o ccitt.o kermit.o binhex.o ccitt32.o zip.o ar: creating libcrc.a if test -f /usr/bin/ranlib ; then ranlib libcrc.a ; fi (cd util; make CF='-O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS') --- util.o --- --- transname.o --- --- backtrans.o --- --- util.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c util.c --- transname.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c transname.c --- backtrans.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c backtrans.c --- util.o --- util.c: In function 'do_query': util.c:101:12: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] (void) read(2, temp, sizeof(temp)); ^~~~ fread --- all --- touch all (cd fileio; make CF='-O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS') --- wrfile.o --- --- rdfile.o --- --- fileglob.o --- --- wrfile.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c wrfile.c --- rdfile.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c rdfile.c --- fileglob.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c fileglob.c --- rdfile.o --- rdfile.c:45:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ rdfile.c:46:14: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch] extern char *realloc(); ^~~~~~~ rdfile.c: In function 'check_files': rdfile.c:183:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] !strcmp(current_files->files[i], f_name)) { ^~~~~~ rdfile.c:249:6: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] j = strlen(current_files->files[i]) - 5; ^~~~~~ rdfile.c:249:6: warning: incompatible implicit declaration of built-in function 'strlen' rdfile.c:249:6: note: include '' or provide a declaration of 'strlen' rdfile.c:250:6: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if(!strncmp(current_files->files[i] + j, ".info", 5)) { ^~~~~~~ --- wrfile.o --- wrfile.c:38:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ wrfile.c:39:14: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch] extern char *realloc(); ^~~~~~~ --- rdfile.o --- rdfile.c: In function 'read_file': rdfile.c:362:25: warning: incompatible implicit declaration of built-in function 'strlen' file_info[I_NAMEOFF] = strlen(filename); ^~~~~~ rdfile.c:362:25: note: include '' or provide a declaration of 'strlen' --- wrfile.o --- wrfile.c: In function 'start_info': wrfile.c:148:11: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] (void)bzero(buffer, (int)totsize); ^~~~~ wrfile.c:148:11: warning: incompatible implicit declaration of built-in function 'bzero' wrfile.c:150:11: warning: implicit declaration of function 'bcopy' [-Wimplicit-function-declaration] (void)bcopy(info, ptr, 128); ^~~~~ wrfile.c:150:11: warning: incompatible implicit declaration of built-in function 'bcopy' wrfile.c: In function 'do_mkdir': wrfile.c:381:8: warning: incompatible implicit declaration of built-in function 'bcopy' (void)bcopy(header, buffer, INFOBYTES); ^~~~~ wrfile.c:409:11: warning: implicit declaration of function 'chdir'; did you mean 'mkdir'? [-Wimplicit-function-declaration] (void)chdir(share_name); ^~~~~ mkdir --- rdfile.o --- rdfile.c: In function 'enter_dir': rdfile.c:675:28: warning: incompatible implicit declaration of built-in function 'strlen' file_info[I_NAMEOFF] = strlen(filename); ^~~~~~ rdfile.c:675:28: note: include '' or provide a declaration of 'strlen' rdfile.c:708:11: warning: implicit declaration of function 'chdir'; did you mean 'mkdir'? [-Wimplicit-function-declaration] (void)chdir(filename); ^~~~~ mkdir --- wrfile.o --- wrfile.c: In function 'wr_aufs_info': wrfile.c:576:5: warning: incompatible implicit declaration of built-in function 'bzero' bzero((char *) &theinfo, sizeof theinfo); ^~~~~ wrfile.c:590:5: warning: incompatible implicit declaration of built-in function 'bcopy' bcopy(buffer + I_TYPEOFF, theinfo.fi_fndr, 4); ^~~~~ --- rdfile.o --- rdfile.c: In function 'exit_dir': rdfile.c:764:11: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] (void)free(old_files->files[0]); ^~~~ rdfile.c:764:11: warning: incompatible implicit declaration of built-in function 'free' rdfile.c:764:11: note: include '' or provide a declaration of 'free' --- wrfile.o --- wrfile.c:600:24: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] theinfo.fi_comln = strlen((char *)theinfo.fi_comnt); ^~~~~~ wrfile.c:600:24: warning: incompatible implicit declaration of built-in function 'strlen' wrfile.c:600:24: note: include '' or provide a declaration of 'strlen' --- rdfile.o --- rdfile.c: In function 'read_aufs_info': rdfile.c:783:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] bzero((char *) &theinfo, sizeof(theinfo)); ^~~~~ rdfile.c:783:5: warning: incompatible implicit declaration of built-in function 'bzero' rdfile.c:794:5: warning: implicit declaration of function 'bcopy' [-Wimplicit-function-declaration] bcopy(theinfo.fi_fndr, file_info + I_TYPEOFF, 4); ^~~~~ rdfile.c:794:5: warning: incompatible implicit declaration of built-in function 'bcopy' rdfile.c:798:6: warning: incompatible implicit declaration of built-in function 'strlen' n = strlen(theinfo.fi_macfilename); ^~~~~~ rdfile.c:798:6: note: include '' or provide a declaration of 'strlen' rdfile.c:802:6: warning: incompatible implicit declaration of built-in function 'strlen' n = strlen(theinfo.fi_shortfilename); ^~~~~~ rdfile.c:802:6: note: include '' or provide a declaration of 'strlen' --- wrfile.o --- wrfile.c: In function 'set_wrfileopt': --- rdfile.o --- rdfile.c:806:6: warning: incompatible implicit declaration of built-in function 'strlen' n = strlen(filename); ^~~~~~ rdfile.c:806:6: note: include '' or provide a declaration of 'strlen' --- wrfile.o --- wrfile.c:805:6: warning: type of 'restricted' defaults to 'int' [-Wimplicit-int] void set_wrfileopt(restricted) ^~~~~~~~~~~~~ wrfile.c: In function 'set_s_wrfileopt': wrfile.c:810:6: warning: type of 'restricted' defaults to 'int' [-Wimplicit-int] void set_s_wrfileopt(restricted) ^~~~~~~~~~~~~~~ --- rdfile.o --- rdfile.c: In function 'rdfileopt': rdfile.c:958:2: warning: implicit declaration of function 'backtrans' [-Wimplicit-function-declaration] backtrans(name, optarg); ^~~~~~~~~ --- all --- touch all (cd macunpack; make CF='-O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS') --- macunpack.o --- --- globals.o --- --- macbinary.o --- --- dir.o --- --- macunpack.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c macunpack.c --- globals.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c globals.c --- macbinary.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c macbinary.c --- dir.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c dir.c --- macunpack.o --- macunpack.c: In function 'main': macunpack.c:44:16: warning: implicit declaration of function 'getopt'; did you mean 'getb'? [-Wimplicit-function-declaration] while((c = getopt(argc, argv, options)) != EOF) { ^~~~~~ getb --- dir.o --- dir.c:7:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ dir.c:8:14: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch] extern char *realloc(); ^~~~~~~ --- macbinary.o --- macbinary.c: In function 'macbinary': macbinary.c:79:6: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if(!strncmp(header + 1, ZMAHDR, ZMAHDRS2)) { ^~~~~~~ --- mcb.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c mcb.c --- bin.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c bin.c --- jdw.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c jdw.c --- bin.o --- bin.c: In function 'bin': bin.c:22:6: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if(!strncmp(header + I_AUTHOFF, "BnHq", 4) && hdr[0] == '(') { ^~~~~~~ --- jdw.o --- In file included from jdw.c:3:0: jdw.h:22:1: warning: useless storage class specifier in empty declaration }; ^ --- stf.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c stf.c --- lzc.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c lzc.c --- stf.o --- In file included from stf.c:3:0: stf.h:14:1: warning: useless storage class specifier in empty declaration }; ^ stf.c: In function 'stf': stf.c:38:8: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if(strncmp(magic, MAGIC, 3)) { ^~~~~~~ --- lzc.o --- In file included from lzc.c:4:0: lzc.h:28:1: warning: useless storage class specifier in empty declaration }; ^ lzc.c: In function 'lzc': lzc.c:22:9: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if(!strncmp(ohdr + I_TYPEOFF, "ZIVM", 4)) { ^~~~~~~ --- pit.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c pit.c --- sit.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c sit.c --- pit.o --- pit.c: In function 'pit': pit.c:45:5: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if(strncmp(pithdr, "PEnd", 4) == 0) { ^~~~~~~ pit.c:132:13: warning: implicit declaration of function 'getihuffbyte'; did you mean 'set_huffman'? [-Wimplicit-function-declaration] crc = (getihuffbyte() & BYTEMASK) | ^~~~~~~~~~~~ set_huffman --- sit.o --- In file included from sit.c:4:0: sit.h:35:1: warning: useless storage class specifier in empty declaration }; ^ sit.h:56:1: warning: useless storage class specifier in empty declaration }; ^ sit.c:25:1: warning: useless storage class specifier in empty declaration }; ^ sit.c: In function 'readsithdr': sit.c:144:8: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if(strncmp(temp + S_SIGNATURE, "SIT!", 4) != 0 || ^~~~~~~ --- dia.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c dia.c --- cpt.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c cpt.c --- dia.o --- dia.c:12:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ dia.c:13:14: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch] extern char *realloc(); ^~~~~~~ dia.c: In function 'dia': dia.c:72:9: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if(!strncmp((char *)bin_hdr + I_NAMEOFF + nlength - 1, " \272", 2)) { ^~~~~~~ dia.c:110:5: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free((char *)header); ^~~~ dia.c:110:5: warning: incompatible implicit declaration of built-in function 'free' dia.c:110:5: note: include '' or provide a declaration of 'free' --- cpt.o --- In file included from cpt.c:9:0: cpt.h:43:1: warning: useless storage class specifier in empty declaration }; ^ cpt.h:64:1: warning: useless storage class specifier in empty declaration }; ^ cpt.c:24:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ cpt.c:25:14: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch] extern char *realloc(); ^~~~~~~ cpt.c:26:12: warning: conflicting types for built-in function 'free' [-Wbuiltin-declaration-mismatch] extern int free(); ^~~~ cpt.c: In function 'cpt_rle_lzh': cpt.c:536:14: warning: implicit declaration of function 'gethuffbyte' [-Wimplicit-function-declaration] Huffchar = gethuffbyte(cpt_Hufftree); ^~~~~~~~~~~ --- zma.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c zma.c In file included from zma.c:4:0: zma.h:45:1: warning: useless storage class specifier in empty declaration }; ^ zma.c:12:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ zma.c:13:14: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch] extern char *realloc(); ^~~~~~~ zma.c: In function 'zma': zma.c:100:8: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if(strncmp(zma_archive + 1, ZMAHDR, ZMAHDRS)) { ^~~~~~~ --- lzh.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c lzh.c --- dd.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c dd.c --- lzh.o --- In file included from lzh.c:4:0: lzh.h:48:1: warning: useless storage class specifier in empty declaration }; ^ lzh.c:20:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ lzh.c:21:14: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch] extern char *realloc(); ^~~~~~~ lzh.c:29:1: warning: useless storage class specifier in empty declaration }; ^ lzh.c: In function 'lzh': lzh.c:127:10: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] !strncmp(lzh_finfo, filehdr.extend, lzh_fsize)) { ^~~~~~~ --- de_huffman.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c de_huffman.c --- dd.o --- In file included from dd.c:4:0: dd.h:74:1: warning: useless storage class specifier in empty declaration }; ^ dd.h:104:1: warning: useless storage class specifier in empty declaration }; ^ dd.c:12:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ dd.c:13:14: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch] extern char *realloc(); ^~~~~~~ dd.c:51:1: warning: useless storage class specifier in empty declaration }; ^ dd.c: In function 'dd_arch': dd.c:206:8: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if(strncmp((char *)dd_archive, "DDAR", 4)) { ^~~~~~~ In file included from dd.c:4:0: dd.c: In function 'dd_rle': dd.h:124:14: warning: overflow in implicit constant conversion [-Woverflow] #define ESC 0x144 /* Repeat packing escape */ ^ dd.c:917:16: note: in expansion of macro 'ESC' *out_ptr++ = ESC; ^~~ --- de_huffman.o --- de_huffman.c: In function 'de_huffman': de_huffman.c:40:15: warning: implicit declaration of function 'gethuffbyte' [-Wimplicit-function-declaration] *out_ptr++ = gethuffbyte(nodelist); ^~~~~~~~~~~ --- de_compress.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c de_compress.c --- de_lzah.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c de_lzah.c --- de_lzh.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c de_lzh.c --- crc.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c crc.c --- bits_be.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c bits_be.c --- macunpack --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -o macunpack macunpack.o globals.o macbinary.o dir.o mcb.o bin.o jdw.o stf.o lzc.o pit.o sit.o dia.o cpt.o zma.o lzh.o dd.o de_huffman.o de_compress.o de_lzah.o de_lzh.o crc.o bits_be.o ../util/transname.o ../util/util.o ../fileio/wrfile.o ../fileio/fileglob.o ../crc/libcrc.a (cd hexbin; make CF='-O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS') --- hexbin.o --- --- dl.o --- --- hecx.o --- --- hqx.o --- --- hexbin.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c hexbin.c --- hqx.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c hqx.c --- hecx.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c hecx.c --- dl.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c dl.c In file included from dl.c:3:0: globals.h:25:1: warning: useless storage class specifier in empty declaration }; ^ --- hqx.o --- In file included from hqx.c:3:0: globals.h:25:1: warning: useless storage class specifier in empty declaration }; ^ hqx.c:19:8: warning: type defaults to 'int' in declaration of 'getqbuf' [-Wimplicit-int] static getqbuf(); ^~~~~~~ --- hecx.o --- In file included from hecx.c:3:0: globals.h:25:1: warning: useless storage class specifier in empty declaration }; ^ --- hqx.o --- hqx.c: In function 'hqx': hqx.c:153:9: warning: implicit declaration of function 'readline'; did you mean 'getline'? [-Wimplicit-function-declaration] if(readline()) { ^~~~~~~~ getline --- dl.o --- dl.c: In function 'nextc': dl.c:124:5: warning: implicit declaration of function 'readline'; did you mean 'getline'? [-Wimplicit-function-declaration] if(readline() == 0) { ^~~~~~~~ getline --- hecx.o --- hecx.c: In function 'do_o_forks': hecx.c:107:25: warning: implicit declaration of function 'readline'; did you mean 'getline'? [-Wimplicit-function-declaration] while(!found_crc && readline()) { ^~~~~~~~ getline --- hqx.o --- hqx.c: At top level: hqx.c:383:8: warning: return type defaults to 'int' [-Wimplicit-int] static getqbuf(buf, n) ^~~~~~~ --- hexbin.o --- In file included from hexbin.c:5:0: globals.h:25:1: warning: useless storage class specifier in empty declaration }; ^ hexbin.c: In function 'main': hexbin.c:59:16: warning: implicit declaration of function 'getopt'; did you mean 'getb'? [-Wimplicit-function-declaration] while((c = getopt(argc, argv, options)) != EOF) { ^~~~~~ getb hexbin.c: In function 'find_header': hexbin.c:297:11: warning: implicit declaration of function 'readline'; did you mean 'getline'? [-Wimplicit-function-declaration] while(readline()) { ^~~~~~~~ getline --- mu.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c mu.c In file included from mu.c:3:0: globals.h:25:1: warning: useless storage class specifier in empty declaration }; ^ mu.c: In function 'mu': mu.c:56:9: warning: implicit declaration of function 'readline'; did you mean 'getline'? [-Wimplicit-function-declaration] if(!readline()) { ^~~~~~~~ getline --- buffer.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c buffer.c --- crc.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c crc.c --- buffer.o --- In file included from buffer.c:1:0: globals.h:25:1: warning: useless storage class specifier in empty declaration }; ^ --- crc.o --- In file included from crc.c:7:0: globals.h:25:1: warning: useless storage class specifier in empty declaration }; ^ --- readline.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c readline.c --- printhdr.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c printhdr.c --- globals.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c globals.c --- readline.o --- In file included from readline.c:1:0: globals.h:25:1: warning: useless storage class specifier in empty declaration }; ^ --- printhdr.o --- In file included from printhdr.c:2:0: globals.h:25:1: warning: useless storage class specifier in empty declaration }; ^ printhdr.c: In function 'print_header2': printhdr.c:36:6: warning: type of 'skip' defaults to 'int' [-Wimplicit-int] void print_header2(skip) ^~~~~~~~~~~~~ --- globals.o --- In file included from globals.c:1:0: globals.h:25:1: warning: useless storage class specifier in empty declaration }; ^ --- hexbin --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -o hexbin hexbin.o dl.o hecx.o hqx.o mu.o buffer.o crc.o readline.o printhdr.o globals.o ../util/transname.o ../util/backtrans.o ../util/util.o ../fileio/wrfile.o ../fileio/fileglob.o ../crc/libcrc.a (cd mixed; make CF='-O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS') --- macsave.o --- --- globals.o --- --- macbinary.o --- --- dir.o --- --- globals.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c globals.c --- macsave.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c macsave.c --- dir.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c dir.c --- macbinary.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c macbinary.c --- macsave.o --- macsave.c: In function 'main': macsave.c:31:16: warning: implicit declaration of function 'getopt'; did you mean 'getb'? [-Wimplicit-function-declaration] while((c = getopt(argc, argv, options)) != EOF) { ^~~~~~ getb --- dir.o --- dir.c:7:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ dir.c:8:14: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch] extern char *realloc(); ^~~~~~~ --- mcb.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c mcb.c mcb.c: In function 'mcb': mcb.c:47:25: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if(un_self_extract && !strncmp(hdr + I_TYPEOFF, "APPL", 4)) { ^~~~~~~ mcb.c:63:9: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] (void)strncpy(hdr + I_TYPEOFF, "SITD", 4); ^~~~~~~ mcb.c:63:9: warning: incompatible implicit declaration of built-in function 'strncpy' mcb.c:63:9: note: include '' or provide a declaration of 'strncpy' mcb.c:73:9: warning: incompatible implicit declaration of built-in function 'strncpy' (void)strncpy(hdr + I_TYPEOFF, "Pack", 4); ^~~~~~~ mcb.c:73:9: note: include '' or provide a declaration of 'strncpy' mcb.c:83:9: warning: incompatible implicit declaration of built-in function 'strncpy' (void)strncpy(hdr + I_TYPEOFF, "PACT", 4); ^~~~~~~ mcb.c:83:9: note: include '' or provide a declaration of 'strncpy' mcb.c:93:9: warning: incompatible implicit declaration of built-in function 'strncpy' (void)strncpy(hdr + I_TYPEOFF, "zooM", 4); ^~~~~~~ mcb.c:93:9: note: include '' or provide a declaration of 'strncpy' mcb.c:112:9: warning: incompatible implicit declaration of built-in function 'strncpy' (void)strncpy(hdr + I_TYPEOFF, "DDAR", 4); ^~~~~~~ mcb.c:112:9: note: include '' or provide a declaration of 'strncpy' mcb.c:138:9: warning: incompatible implicit declaration of built-in function 'strncpy' (void)strncpy(hdr + I_TYPEOFF, "SITD", 4); ^~~~~~~ mcb.c:138:9: note: include '' or provide a declaration of 'strncpy' mcb.c:145:9: warning: incompatible implicit declaration of built-in function 'strncpy' (void)strncpy(hdr + I_TYPEOFF, "Pack", 4); ^~~~~~~ mcb.c:145:9: note: include '' or provide a declaration of 'strncpy' mcb.c:152:9: warning: incompatible implicit declaration of built-in function 'strncpy' (void)strncpy(hdr + I_TYPEOFF, "PACT", 4); ^~~~~~~ mcb.c:152:9: note: include '' or provide a declaration of 'strncpy' mcb.c:159:9: warning: incompatible implicit declaration of built-in function 'strncpy' (void)strncpy(hdr + I_TYPEOFF, "zooM", 4); ^~~~~~~ mcb.c:159:9: note: include '' or provide a declaration of 'strncpy' mcb.c:173:9: warning: incompatible implicit declaration of built-in function 'strncpy' (void)strncpy(hdr + I_TYPEOFF, "DDAR", 4); ^~~~~~~ mcb.c:173:9: note: include '' or provide a declaration of 'strncpy' --- macstream.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c macstream.c macstream.c:7:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ macstream.c:8:14: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch] extern char *realloc(); ^~~~~~~ macstream.c: In function 'main': macstream.c:39:16: warning: implicit declaration of function 'getopt'; did you mean 'setup'? [-Wimplicit-function-declaration] while((c = getopt(argc, argv, options)) != EOF) { ^~~~~~ setup macstream.c:140:18: warning: implicit declaration of function 'do_query' [-Wimplicit-function-declaration] write_it = do_query(); ^~~~~~~~ --- macsave --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -o macsave macsave.o globals.o macbinary.o dir.o mcb.o ../util/transname.o ../util/util.o ../fileio/wrfile.o ../fileio/fileglob.o --- macstream --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -o macstream macstream.o ../util/transname.o ../util/backtrans.o ../util/util.o ../fileio/rdfile.o ../fileio/fileglob.o --- all --- touch all (cd binhex; make CF='-O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS') --- binhex.o --- --- dofile.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c dofile.c --- binhex.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c binhex.c --- dofile.o --- dofile.c: In function 'dofile': dofile.c:28:11: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] (void)printf("(This file must be converted; you knew that already.)\n"); ^~~~~~ dofile.c:28:11: warning: incompatible implicit declaration of built-in function 'printf' dofile.c:28:11: note: include '' or provide a declaration of 'printf' dofile.c:39:11: warning: implicit declaration of function 'putchar' [-Wimplicit-function-declaration] (void)putchar(':'); ^~~~~~~ --- binhex.o --- binhex.c:6:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ binhex.c:7:14: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch] extern char *realloc(); ^~~~~~~ binhex.c: In function 'main': binhex.c:36:27: warning: implicit declaration of function 'get_rdfileopt' [-Wimplicit-function-declaration] (void)strcat(options, get_rdfileopt()); ^~~~~~~~~~~~~ binhex.c:40:16: warning: implicit declaration of function 'getopt'; did you mean 'setup'? [-Wimplicit-function-declaration] while((c = getopt(argc, argv, options)) != EOF) { ^~~~~~ setup binhex.c:41:6: warning: implicit declaration of function 'rdfileopt' [-Wimplicit-function-declaration] if(!rdfileopt((char)c)) { ^~~~~~~~~ binhex.c:59:3: warning: implicit declaration of function 'give_rdfileopt' [-Wimplicit-function-declaration] give_rdfileopt(); ^~~~~~~~~~~~~~ binhex.c:145:18: warning: implicit declaration of function 'do_query' [-Wimplicit-function-declaration] write_it = do_query(); ^~~~~~~~ --- binhex --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -o binhex binhex.o dofile.o ../util/transname.o ../util/backtrans.o ../util/util.o ../fileio/rdfile.o ../fileio/fileglob.o ../crc/libcrc.a (cd comm; make CF='-O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS') --- tomac.o --- --- xm_to.o --- --- ym_to.o --- --- zm_to.o --- --- tomac.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c tomac.c --- xm_to.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c xm_to.c --- zm_to.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c zm_to.c --- ym_to.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c ym_to.c --- tomac.o --- tomac.c:8:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ tomac.c:9:14: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch] extern char *realloc(); ^~~~~~~ tomac.c: In function 'main': tomac.c:43:27: warning: implicit declaration of function 'get_rdfileopt' [-Wimplicit-function-declaration] (void)strcat(options, get_rdfileopt()); ^~~~~~~~~~~~~ tomac.c:47:16: warning: implicit declaration of function 'getopt'; did you mean 'setup'? [-Wimplicit-function-declaration] while((c = getopt(argc, argv, options)) != EOF) { ^~~~~~ setup tomac.c:48:6: warning: implicit declaration of function 'rdfileopt' [-Wimplicit-function-declaration] if(!rdfileopt((char)c)) { ^~~~~~~~~ tomac.c:102:3: warning: implicit declaration of function 'give_rdfileopt' [-Wimplicit-function-declaration] give_rdfileopt(); ^~~~~~~~~~~~~~ tomac.c:216:18: warning: implicit declaration of function 'do_query' [-Wimplicit-function-declaration] write_it = do_query(); ^~~~~~~~ tomac.c:236:7: warning: implicit declaration of function 'xm_to' [-Wimplicit-function-declaration] xm_to(); ^~~~~ tomac.c:241:7: warning: implicit declaration of function 'ym_to' [-Wimplicit-function-declaration] ym_to(); ^~~~~ --- to.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c to.c --- tty.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c tty.c --- to.o --- to.c: In function 'send_part': to.c:46:6: warning: implicit declaration of function 'cleanup' [-Wimplicit-function-declaration] cleanup(-1); ^~~~~~~ --- globals.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c globals.c --- tty.o --- tty.c: In function 'reset_tty': tty.c:61:11: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] (void)sleep(1); /* Wait for output to drain */ ^~~~~ tty.c: In function 'cleanup': tty.c:72:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(sig); ^~~~ tty.c:72:5: warning: incompatible implicit declaration of built-in function 'exit' tty.c:72:5: note: include '' or provide a declaration of 'exit' --- frommac.o --- --- tty.o --- tty.c: In function 'tgetc': tty.c:91:8: warning: implicit declaration of function 'alarm' [-Wimplicit-function-declaration] (void)alarm(timeout); ^~~~~ tty.c:93:9: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] i = read(ttyfd, &c, 1); ^~~~ fread tty.c: At top level: tty.c:110:1: warning: return type defaults to 'int' [-Wimplicit-int] tgetrec(buf, count, timeout) ^~~~~~~ --- frommac.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c frommac.c --- tty.o --- tty.c: In function 'tputc': tty.c:155:11: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] (void)write(ttyfd, &cc, 1); ^~~~~ fwrite --- xm_from.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c xm_from.c --- ym_from.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c ym_from.c --- frommac.o --- frommac.c: In function 'main': frommac.c:39:5: warning: implicit declaration of function 'set_wrfileopt' [-Wimplicit-function-declaration] set_wrfileopt(0); ^~~~~~~~~~~~~ frommac.c:40:11: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] (void)strcat(options, get_wrfileopt()); ^~~~~~ frommac.c:40:11: warning: incompatible implicit declaration of built-in function 'strcat' frommac.c:40:11: note: include '' or provide a declaration of 'strcat' frommac.c:40:27: warning: implicit declaration of function 'get_wrfileopt' [-Wimplicit-function-declaration] (void)strcat(options, get_wrfileopt()); ^~~~~~~~~~~~~ frommac.c:40:27: warning: passing argument 2 of 'strcat' makes pointer from integer without a cast [-Wint-conversion] frommac.c:40:27: note: expected 'const char *' but argument is of type 'int' frommac.c:44:16: warning: implicit declaration of function 'getopt'; did you mean 'getw'? [-Wimplicit-function-declaration] while((c = getopt(argc, argv, options)) != EOF) { ^~~~~~ getw frommac.c:45:6: warning: implicit declaration of function 'wrfileopt' [-Wimplicit-function-declaration] if(!wrfileopt((char)c)) { ^~~~~~~~~ --- xm_from.o --- xm_from.c: In function 'xm_from': xm_from.c:28:2: warning: implicit declaration of function 'transname' [-Wimplicit-function-declaration] transname(info + I_NAMEOFF + 1, text, info[I_NAMEOFF]); ^~~~~~~~~ xm_from.c:30:14: warning: implicit declaration of function 'get4'; did you mean 'tgetc'? [-Wimplicit-function-declaration] data_size = get4(info + I_DLENOFF); ^~~~ tgetc xm_from.c: In function 'receive_sync': xm_from.c:65:6: warning: implicit declaration of function 'cleanup' [-Wimplicit-function-declaration] cleanup(); ^~~~~~~ --- frommac.o --- frommac.c:90:3: warning: implicit declaration of function 'give_wrfileopt' [-Wimplicit-function-declaration] give_wrfileopt(); ^~~~~~~~~~~~~~ frommac.c:146:6: warning: implicit declaration of function 'xm_from' [-Wimplicit-function-declaration] xm_from(); ^~~~~~~ frommac.c:151:6: warning: implicit declaration of function 'ym_from' [-Wimplicit-function-declaration] ym_from(); ^~~~~~~ frommac.c:162:6: warning: implicit declaration of function 'transname'; did you mean 'rename'? [-Wimplicit-function-declaration] transname(info + I_NAMEOFF + 1, tname, info[I_NAMEOFF]); ^~~~~~~~~ rename frommac.c:168:7: warning: implicit declaration of function 'get4'; did you mean 'getw'? [-Wimplicit-function-declaration] get4(info + I_DLENOFF), get4(info + I_RLENOFF)); ^~~~ getw --- ym_from.o --- ym_from.c: In function 'ym_from': ym_from.c:29:2: warning: implicit declaration of function 'transname' [-Wimplicit-function-declaration] transname(info + I_NAMEOFF + 1, text, info[I_NAMEOFF]); ^~~~~~~~~ ym_from.c:31:14: warning: implicit declaration of function 'get4'; did you mean 'tgetc'? [-Wimplicit-function-declaration] data_size = get4(info + I_DLENOFF); ^~~~ tgetc ym_from.c: In function 'receive_sync': ym_from.c:66:6: warning: implicit declaration of function 'cleanup' [-Wimplicit-function-declaration] cleanup(); ^~~~~~~ --- zm_from.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c zm_from.c --- from.o --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -c from.c --- tomac --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -o tomac tomac.o xm_to.o ym_to.o zm_to.o to.o tty.o globals.o ../util/transname.o ../util/backtrans.o ../util/util.o ../fileio/rdfile.o ../fileio/fileglob.o ../crc/libcrc.a --- from.o --- from.c: In function 'receive_part': from.c:64:6: warning: implicit declaration of function 'cleanup' [-Wimplicit-function-declaration] cleanup(-1); ^~~~~~~ --- frommac --- gcc -O -O2 -fPIC -D_FORTIFY_SOURCE=2 -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS -o frommac frommac.o xm_from.o ym_from.o zm_from.o from.o tty.o globals.o ../util/transname.o ../util/util.o ../fileio/wrfile.o ../fileio/fileglob.o ../crc/libcrc.a --- all --- touch all