Skip to content

Commit

Permalink
Merge pull request #417 from LHe496/main
Browse files Browse the repository at this point in the history
Remove VMcache client from IRAF:
  • Loading branch information
olebole authored Nov 15, 2024
2 parents e0a3b4b + b0cf4e4 commit 8b878f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 533 deletions.
5 changes: 0 additions & 5 deletions unix/os/osproto.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ int pr_getipc (int pid, int *inchan, int *outchan);
void pr_release (int pid);
/* zfiobf.c */
int _u_fmode (int mode);
int vm_access (char *fname, int mode);
int vm_delete (char *fname, int force);
int vm_reservespace (long nbytes);
int vm_largefile (long nbytes);
int vm_directio (int fd, int flag);
/* zfioks.c */
void pr_mask (char *str);
/* zpanic.c */
Expand Down
3 changes: 0 additions & 3 deletions unix/os/zfdele.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ ZFDELE (
XINT *status
)
{
extern int vm_delete(char *fname, int force);

vm_delete ((char *)fname, 0);
if (unlink ((char *)fname) == ERR)
*status = XERR;
else
Expand Down
Loading

0 comments on commit 8b878f4

Please sign in to comment.