Finally kill the Id strings.

This commit is contained in:
mmdolze
2012-08-19 14:12:28 +00:00
parent d3d80c1b71
commit 8377bdf212
4 changed files with 2 additions and 8 deletions
-2
View File
@@ -1,7 +1,5 @@
#!/usr/bin/perl -w
# $Id$
#
# Copyright (c) 2008, Ethan Dicks <ethan.dicks@gmail.com>
#
# This file is free software; you can redistribute it and/or modify
-2
View File
@@ -1,7 +1,5 @@
#!/usr/bin/perl -w
# $Id$
# Following is the POD documentation, type perldoc lcdmetar.pl to read it.
=pod
-1
View File
@@ -7,7 +7,6 @@
8/2000 Andi Kleen make the list operations a bit more efficient.
People are crazy enough to use thousands of aliases now.
$Id$
*/
#include "config.h"
+2 -3
View File
@@ -1,6 +1,5 @@
/* Copyright 1998 by Andi Kleen. Subject to the GPL. */
/* rewritten by bernd eckenfels because of complicated alias semantic */
/* $Id$ */
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
@@ -129,7 +128,7 @@ int main()
err |= dotest("a:", "a:", 0);
err |= dotest(":a", ":a", 0);
err |= dotest("a", "aa", -1);
err |= dotest("a", "aa", -1);
err |= dotest("eth0", "eth1", -1);
err |= dotest("eth1", "eth20", -1);
err |= dotest("eth20", "eth100", -1);
@@ -142,7 +141,7 @@ int main()
err |= dotest("aa", "a", 1);
err |= dotest("eth2", "eth1", 1);
err |= dotest("eth13", "eth1", 1);
err |= dotest("eth13", "eth1", 1);
err |= dotest("eth2", "eth", 1);
err |= dotest("eth2:10", "eth2:1", 1);
err |= dotest("eth2:5", "eth2:4", 1);