summaryrefslogtreecommitdiffstats
path: root/bin/ls/cmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ls/cmp.c')
-rw-r--r--bin/ls/cmp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ls/cmp.c b/bin/ls/cmp.c
index 2542012..42e3e80 100644
--- a/bin/ls/cmp.c
+++ b/bin/ls/cmp.c
@@ -33,11 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * from: @(#)cmp.c 8.1 (Berkeley) 5/31/93
*/
#ifndef lint
-static char const sccsid[] = "@(#)cmp.c 8.1 (Berkeley) 5/31/93";
+static const char rcsid[] =
+ "$Id: cmp.c,v 1.6 1997/02/22 14:03:53 peter Exp $";
#endif /* not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud