OpenVMS update follow-up

This commit is contained in:
nhmall
2023-05-22 20:50:35 -04:00
parent 788ade31ca
commit 4761bf190e
9 changed files with 43 additions and 43 deletions

View File

@@ -7,7 +7,7 @@
#include "hack.h"
#include "dlb.h"
#ifdef VMS9
#ifdef VMSVSI
#include <descrip.h>
#include <lib$routines.h>
#include <starlet.h>
@@ -395,7 +395,7 @@ byebye(void)
void (*hup)(int) ;
#ifdef SHELL
extern unsigned long dosh_pid, mail_pid;
#ifndef VMS9
#ifndef VMSVSI
extern unsigned long sys$delprc(unsigned long *, const genericptr_t);
#endif