--- pgp/src/system.c 2018/04/24 16:39:04 1.1.1.3 +++ pgp/src/system.c 2018/04/24 16:39:56 1.1.1.4 @@ -443,7 +443,7 @@ extern int cli$_get_value( */ static $DESCRIPTOR (cmdprmt_d, "DROPSAFE> "); /* Prompt string */ -#endif _USEDCL_ +#endif /* _USEDCL_ */ static volatile short _kbhitChan_ = 0; @@ -492,7 +492,7 @@ unsigned int exsts; static struct { int link; - void *rtn; + VOID *rtn; int argcnt; int *stsaddr; } exhblk = { 0, &(kbhit_handler), 1, &(exsts)}; @@ -1206,7 +1206,7 @@ void fdl_close(void* rab) /* * Arguments: * - * rab void * Pointer to RAB (voided to avoid problems for caller). + * rab VOID * Pointer to RAB (voided to avoid problems for caller). * * Returns: * @@ -1231,7 +1231,7 @@ void fdl_close(void* rab) * there is no way we can easily patch into the back of the VAX C I/O * subsystem. */ -void * fdl_create( char *fdl, short len, char *outfile, char *preserved_name) +VOID * fdl_create( char *fdl, short len, char *outfile, char *preserved_name) /* * Arguments: * @@ -1248,7 +1248,7 @@ void * fdl_create( char *fdl, short len, * 0 in case of error, or otherwise the RAB pointer. */ { - void *sts; + VOID *sts; int sts2; struct FAB *fab; struct RAB *rab; @@ -1337,7 +1337,7 @@ void * fdl_create( char *fdl, short len, * * Calling Sequence: */ -int fdl_copyfile2bin( FILE *f, void *rab, word32 longcount) +int fdl_copyfile2bin( FILE *f, VOID *rab, word32 longcount) /* * Arguments: *