summaryrefslogtreecommitdiff
path: root/usr.bin/sort/msort.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/sort/msort.c')
-rw-r--r--usr.bin/sort/msort.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/sort/msort.c b/usr.bin/sort/msort.c
index 342f8e37aea..7b208107342 100644
--- a/usr.bin/sort/msort.c
+++ b/usr.bin/sort/msort.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: msort.c,v 1.21 2007/08/21 20:29:25 millert Exp $ */
+/* $OpenBSD: msort.c,v 1.22 2009/10/27 23:59:43 deraadt Exp $ */
/*-
* Copyright (c) 1993
@@ -32,14 +32,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)msort.c 8.1 (Berkeley) 6/6/93";
-#else
-static char rcsid[] = "$OpenBSD: msort.c,v 1.21 2007/08/21 20:29:25 millert Exp $";
-#endif
-#endif /* not lint */
-
#include "sort.h"
#include "fsort.h"