Skip to content
Snippets Groups Projects
Commit 94c0769e authored by ram's avatar ram
Browse files

Don't try to set write date on systems w/o times.

parent d670533c
No related branches found
No related tags found
No related merge requests found
;;; -*- Package: HEMLOCK; Mode: Lisp -*- ;;; -*- Package: HEMLOCK; Mode: Lisp -*-
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rcs.lisp,v 1.28 1993/11/17 15:50:55 ram Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rcs.lisp,v 1.29 1995/03/24 13:06:58 ram Rel $
;;; ;;;
;;; Various commands for dealing with RCS under Hemlock. ;;; Various commands for dealing with RCS under Hemlock.
;;; ;;;
...@@ -173,6 +173,7 @@ ...@@ -173,6 +173,7 @@
;; ;;
;; Set the times on the user's file to be equivalent to that of ;; Set the times on the user's file to be equivalent to that of
;; the rcs file. ;; the rcs file.
#-(or hpux svr4)
(multiple-value-bind (multiple-value-bind
(dev ino mode nlink uid gid rdev size atime mtime) (dev ino mode nlink uid gid rdev size atime mtime)
(unix:unix-stat rcs-filename) (unix:unix-stat rcs-filename)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment