zsh-workers
 help / color / mirror / code / Atom feed
From: Zoltan Hidvegi <hzoli@cs.elte.hu>
To: hzoli@cs.elte.hu (Zoltan Hidvegi)
Cc: zsh-workers@math.gatech.edu
Subject: Re: files module: safe rm
Date: Sun, 5 Jan 1997 02:03:14 +0100 (MET)	[thread overview]
Message-ID: <199701050103.CAA01917@hzoli.ppp.cs.elte.hu> (raw)
In-Reply-To: <199701050012.BAA01817@hzoli.ppp.cs.elte.hu> from Zoltan Hidvegi at "Jan 5, 97 01:12:22 am"

> This patch adds the -s option to rm which will not follow symbolic links.
> It also adds the necessary checks after chdir("..");

I forgot to include the patch to zsh.h, apply this after my previous patch.

Zoltan


*** Src/zsh.h	1997/01/02 16:28:02	3.1.1.9
--- Src/zsh.h	1997/01/03 01:04:48
***************
*** 625,630 ****
--- 625,637 ----
      Redir rd;
  };
  
+ struct dirsav {
+     int dirfd, level;
+     char *dirname;
+     dev_t dev;
+     ino_t ino;
+ };
+ 
  /*******************************/
  /* Definitions for Hash Tables */
  /*******************************/


      reply	other threads:[~1997-01-05  1:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-05  0:12 Zoltan Hidvegi
1997-01-05  1:03 ` Zoltan Hidvegi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199701050103.CAA01917@hzoli.ppp.cs.elte.hu \
    --to=hzoli@cs.elte.hu \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).