Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!ut-emx!brook From: brook@ut-emx.UUCP (Brook Milligan) Newsgroups: comp.sys.dec Subject: kermit and DS3100 Message-ID: <25798@ut-emx.UUCP> Date: 9 Mar 90 16:57:23 GMT Distribution: usa Organization: The University of Texas at Austin, Austin, Texas Lines: 46 I am installing kermit (v4E) on a DS3100 (Ultrix 3.1). When I compile it using `make bsd' I get the following warnings: cc -g -DBSD4 -DDEBUG -DTLOG -c ckuusr.c ccom: Warning: ckuusr.c, line 1129: illegal pointer combination istat = signal( 2 , ((void (*)())( 1))); -----------------------------------------------------^ ccom: Warning: ckuusr.c, line 1130: illegal pointer combination qstat = signal( 3 , ((void (*)())( 1))); -----------------------------------------------------^ cc -g -o wart ckwart.o ./wart ckcpro.w ckcpro.c 12 states, 39 actions cc -g -DBSD4 -DDEBUG -DTLOG -c ckudia.c ccom: Warning: ckudia.c, line 708: illegal pointer combination savAlrm = signal( 14 ,dialtime); ------------------------------------^ ccom: Warning: ckudia.c, line 709: illegal pointer combination if ( ( savInt = signal ( 2 , ((void (*)())( 1)) ) ) ! = ((void (*)())( 1)) ) -----------------------------------------------------------------------^ ccom: Warning: ckudia.c, line 709: illegal pointer combination if ( ( savInt = signal ( 2 , ((void (*)())( 1)) ) ) ! = ((void (*)())( 1)) ) -------------------------------------------------------------------------- ---------------------------^ cc -g -DBSD4 -DDEBUG -DTLOG -c ckuscr.c ccom: Warning: ckuscr.c, line 264: illegal pointer combination saveAlm = signal( 14 , ((void (*)())( 1))); -----------------------------------------------------^ In testing the program it seems to work fine, but I wonder if some problem might be lurking behind these errors. Is this something to worry about? Thanks for any insight you can offer. Please email your suggestions. -- ==================================================================== Brook G. Milligan Internet: brook@emx.utexas.edu Department of Botany Bitnet: bohk313@utaivc University of Texas at Austin UUCP: ...!ut-emx!brook Austin, Texas 78713 U.S.A. (512) 471-3530 ====================================================================