Module Name: src
Committed By: szptvlfn
Date: Fri Apr 21 14:46:31 UTC 2017
Modified Files:
src/bin/ln: ln.c
Log Message:
fix number in copyright(4->3)
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/bin/ln/ln.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/ln/ln.c
diff -u src/bin/ln/ln.c:1.37 src/bin/ln/ln.c:1.38
--- src/bin/ln/ln.c:1.37 Fri Apr 21 11:28:35 2017
+++ src/bin/ln/ln.c Fri Apr 21 14:46:31 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: ln.c,v 1.37 2017/04/21 11:28:35 christos Exp $ */
+/* $NetBSD: ln.c,v 1.38 2017/04/21 14:46:31 szptvlfn Exp $ */
/*-
* Copyright (c) 1987, 1993, 1994
@@ -12,7 +12,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -44,7 +44,7 @@ static char sccsid[] = "@(#)ln.c 8.2 (Be
#ifdef __FBSDID
__FBSDID("$FreeBSD: head/bin/ln/ln.c 251261 2013-06-02 17:55:00Z eadler $");
#endif
-__RCSID("$NetBSD: ln.c,v 1.37 2017/04/21 11:28:35 christos Exp $");
+__RCSID("$NetBSD: ln.c,v 1.38 2017/04/21 14:46:31 szptvlfn Exp $");
#include <sys/param.h>
#include <sys/stat.h>