diff options
author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:35 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:35 +0100 |
commit | 2b6fc908bc368b540845a313c3b8a867c5ad9a42 (patch) | |
tree | 6fad48a239bc90515a5dc4084d6e3c3ee1f41e29 /misc-utils/look.c | |
parent | fd6b7a7ffc50400704beb41d5a23af5f9edb1eed (diff) | |
download | util-linux-old-2b6fc908bc368b540845a313c3b8a867c5ad9a42.tar.gz |
Imported from util-linux-2.8 tarball.
Diffstat (limited to 'misc-utils/look.c')
-rw-r--r-- | misc-utils/look.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/misc-utils/look.c b/misc-utils/look.c index 13cb6787..1d2848b5 100644 --- a/misc-utils/look.c +++ b/misc-utils/look.c @@ -34,16 +34,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1991, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -static char sccsid[] = "@(#)look.c 8.1 (Berkeley) 6/14/93"; -#endif /* not lint */ - /* * look -- find lines in a sorted list. * |