VirtualBox

Changeset 900 in kBuild for vendor/gnumake/current/vmsdir.h


Ignore:
Timestamp:
May 23, 2007 3:13:11 AM (17 years ago)
Author:
bird
Message:

Load /home/bird/src/Gnu/make/2007-05-23 into vendor/gnumake/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current/vmsdir.h

    r501 r900  
    6868#endif
    6969
    70 extern  DIR *opendir PARAMS (());
    71 extern  struct direct *readdir PARAMS ((DIR *dfd));
    7270#define rewinddir(dirp) seekdir((dirp), (long)0)
    73 extern  int closedir PARAMS ((DIR *dfd));
    74 extern char *vmsify PARAMS ((char *name, int type));
     71
     72DIR *opendir ();
     73struct direct *readdir (DIR *dfd);
     74int closedir (DIR *dfd);
     75const char *vmsify (const char *name, int type);
    7576
    7677#endif /* VMSDIR_H */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette