diff src/sysdep.h @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents 0132846995bd
children 12579d965149
line wrap: on
line diff
--- a/src/sysdep.h	Mon Aug 13 10:03:54 2007 +0200
+++ b/src/sysdep.h	Mon Aug 13 10:04:58 2007 +0200
@@ -25,11 +25,7 @@
 
 #include <setjmp.h>
 
-#if !defined(VMS) || !defined(LINK_CRTL_SHARE) || !defined(SHAREABLE_LIB_BUG)
 extern char **environ;
-#else
-extern noshare char **environ;
-#endif /* VMS sharable environ bug */
 
 struct emacs_tty;
 int emacs_get_tty (int fd, struct emacs_tty *settings);
@@ -154,21 +150,6 @@
 int dup2 (int oldd, int newd);
 #endif
 
-#ifdef VMS
-void init_vms_input (void);
-
-int vms_truncate (char *fn);
-int vlimit (void);       /* BTW, name conflicts with unix syscall */
-int define_logical_name (char *varname, char *string)
-int delete_logical_name (char *varname);
-int rename_sans_version (char *from, char *to);
-char *vmserrstr (int status);
-char *sys_translate_vms (char *vfile);
-char *sys_translate_unix (char *ufile);
-int creat_copy_attrs (char *old, char *new);
-int link (char *file, char *new);
-#endif /* VMS */
-
 #ifndef HAVE_STRERROR
 /* X11R6 defines strerror as a macro */
 # ifdef strerror