aboutsummaryrefslogtreecommitdiff
path: root/bin/rm/rm.c
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1997-08-07 21:37:39 +0000
committerSteve Price <steve@FreeBSD.org>1997-08-07 21:37:39 +0000
commit395f4bf0befc265077a5774bb682eb1dc21c1580 (patch)
tree099bea6e5e2ec9447e16c2f556884cd9fc44032a /bin/rm/rm.c
parent5967604a1e10401d503233cf89cb0f868aaca659 (diff)
downloadsrc-395f4bf0befc265077a5774bb682eb1dc21c1580.tar.gz
src-395f4bf0befc265077a5774bb682eb1dc21c1580.zip
Remove remaining Lite1 stuff from the man page and uphold the
precedence in changing sccsid to rcsid as set by Phillippe Charnier in his previous 100 or so commits. pointed out by: Bruce Evans <bde@zeta.org.au>
Notes
Notes: svn path=/head/; revision=27964
Diffstat (limited to 'bin/rm/rm.c')
-rw-r--r--bin/rm/rm.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/bin/rm/rm.c b/bin/rm/rm.c
index b312e20cc299..ea4ef0784741 100644
--- a/bin/rm/rm.c
+++ b/bin/rm/rm.c
@@ -29,16 +29,21 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * from: @(#)rm.c 8.5 (Berkeley) 4/18/94
*/
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1990, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+#if 0
+static char sccsid[] = "@(#)rm.c 8.5 (Berkeley) 4/18/94";
+#else
static const char rcsid[] =
- "$Id: rm.c,v 1.16 1997/04/29 10:03:10 dfr Exp $";
+ "$Id: rm.c,v 1.17 1997/08/07 15:37:47 steve Exp $";
+#endif
#endif /* not lint */
#include <sys/types.h>